|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--localpostoffice.LocalPostOffice
LocalPostOffice implements a local message delivery system. If an agent is running within the same process, this will deliver messages without going outside of the process, providing a performance improvement. Requires a slightly modified conversation manager.
Constructor Summary | |
LocalPostOffice(java.util.Hashtable started_agents)
Constructor. |
Method Summary | |
void |
sendMessage(fipaos.mts.Message msg)
deliver a message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalPostOffice(java.util.Hashtable started_agents)
Method Detail |
public void sendMessage(fipaos.mts.Message msg) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |