Uses of Interface
ix.util.IPC.Connection

Packages that use IPC.Connection
ix.util General-purpose utilities. 
 

Uses of IPC.Connection in ix.util
 

Classes in ix.util that implement IPC.Connection
static class IPC.ObjectStreamConnection
          A Connection that is used to send and receive serialized objects via a socket.
 

Methods in ix.util that return IPC.Connection
 IPC.Connection IPC.SocketlikeCommunicationStrategy.connectTo(java.lang.Object destination)
           
 IPC.Connection IPC.SocketlikeCommunicationStrategy.getConnection(java.lang.Object destination)
           
 IPC.Connection IPC.ObjectStreamCommunicationStrategy.connectTo(java.lang.Object destination)
           
 IPC.Connection IPC.ObjectStreamCommunicationStrategy.getConnection(java.lang.Object destination)
           
 

Constructors in ix.util with parameters of type IPC.Connection
IPC.BrokenConnectionException(IPC.Connection c, java.lang.Throwable reason)