Uses of Class
dimawo.WorkerMessage

Packages that use WorkerMessage
dimawo Contains helper classes for reflection as well as the core base classes of a DiMaWo application. 
 

Uses of WorkerMessage in dimawo
 

Methods in dimawo with parameters of type WorkerMessage
protected  void MasterAgent.broadcastWorkerMessage(WorkerMessage toLocal, WorkerMessage toRemote)
          Broadcasts a message to all workers.
protected abstract  void WorkerAgent.handleWorkerMessage(WorkerMessage o)
          Handles a WorkerMessage taken from messages queue.
protected  void MasterAgent.sendMessage(WorkerMessage msg)
          Sends a message to a worker agent.
 void WorkerAgent.submitWorkerMessage(WorkerMessage m)
          Inserts a WorkerMessage into Worker Agent's message queue.
 



Copyright © 2011 DiMaWo Team. All Rights Reserved.