demo
Interface Group

All Known Subinterfaces:
MessGroup
All Known Implementing Classes:
GroupAgent

public interface Group
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void ensureUp()
          Make sure all the agents respond to alive() since the agents are started asynchronously.
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

ensureUp

public void ensureUp()
              throws RemoteException
Make sure all the agents respond to alive() since the agents are started asynchronously.