ix.util
Interface IPC.CommunicationStrategy

All Known Subinterfaces:
IPC.SocketlikeCommunicationStrategy
Enclosing class:
IPC

public static interface IPC.CommunicationStrategy

An object that determines how various IPC operations are performed.


Method Summary
 void sendObject(java.lang.Object destination, java.lang.Object contents)
           
 void setupServer(java.lang.Object destination, IPC.MessageListener listener)
           
 

Method Detail

sendObject

public void sendObject(java.lang.Object destination,
                       java.lang.Object contents)

setupServer

public void setupServer(java.lang.Object destination,
                        IPC.MessageListener listener)