|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ix.util.IPC.EmptyCommunicationStrategy
public static class IPC.EmptyCommunicationStrategy
A strategy that just throws an exception whenever the agent tries to send.
Constructor Summary | |
---|---|
IPC.EmptyCommunicationStrategy()
|
Method Summary | |
---|---|
void |
sendObject(java.lang.Object destination,
java.lang.Object contents)
|
void |
setupServer(java.lang.Object destination,
IPC.MessageListener listener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IPC.EmptyCommunicationStrategy()
Method Detail |
---|
public void sendObject(java.lang.Object destination, java.lang.Object contents)
sendObject
in interface IPC.CommunicationStrategy
public void setupServer(java.lang.Object destination, IPC.MessageListener listener)
setupServer
in interface IPC.CommunicationStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |