Chapter 14. Special Objects

Table of Contents

14.1. Overview
14.2. Node Object
14.2.1. Functionality Of Server Node Objects
14.2.2. Functionality Of Client Node Objects
14.3. Account Object
14.3.1. Account Objects in Massiv Demo

14.1. Overview

The Massiv Core provides interfaces for two managed objects, which must be implemented by the application. The former one, derived from Massiv::Core::NodeObjectInterface, is used to represent each node in the simulation. The latter one, derived from Massiv::Core::AccountObjectInterface, represents account of a client and is used as gateway between objects which resides on the client node and the objects in the simulation.