gsim.sim.communication
Interface Messenger


public interface Messenger


Method Summary
 void addAgentToHandle(AgentType r)
           
 void destroy()
           
 void endSession()
           
 Communication getCommunicationInterface()
           
 java.lang.String getNamespace()
           
 void setHandledAgents(java.util.List<AgentType> list)
           
 void startSession()
           
 

Method Detail

addAgentToHandle

void addAgentToHandle(AgentType r)

destroy

void destroy()

getCommunicationInterface

Communication getCommunicationInterface()

getNamespace

java.lang.String getNamespace()

setHandledAgents

void setHandledAgents(java.util.List<AgentType> list)

startSession

void startSession()
                  throws GSimEngineException
Throws:
GSimEngineException

endSession

void endSession()
                throws GSimEngineException
Throws:
GSimEngineException