|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MasterWorkerFactory | Interface of the Master/Worker factory. |
Class Summary | |
---|---|
MasterAgent | This class represents the Master Agent (MA). |
Reflection | This class provides helpers that simplify the use of reflection. |
WorkerAgent | This class represents the Worker Agent (WA). |
WorkerMessage |
Enum Summary | |
---|---|
MasterAgent.ChangeType | This enumeration provides the types of topology changes. |
Exception Summary | |
---|---|
DiMaWoException | A generic DiMaWo exception. |
ReflectionException | A reflection exception. |
Contains helper classes for reflection as well as the core base classes of a DiMaWo application.
The helper classes for reflection essentially simplifies the instantiation of objects using reflection mechanism.
There are at least 3 classes or interfaces a DiMaWo the user must subclass:
MasterAgent
: implements
the master process.WorkerAgent
: implements
the worker process.MasterWorkerFactory
:
instantiates the two previous agents, possibly in function of given
parameters (depends on user's implementation).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |