ix.util
Interface IPC.Connection

All Known Implementing Classes:
ObjectStreamConnection
Enclosing class:
IPC

public static interface IPC.Connection

An object that can send and receive.


Method Summary
 void close()
           
 java.lang.Object getDestination()
           
 java.lang.Object receive()
           
 void send(java.lang.Object contents)
           
 

Method Detail

getDestination

java.lang.Object getDestination()

send

void send(java.lang.Object contents)

receive

java.lang.Object receive()

close

void close()