Uses of Class
ix.util.IPC.ObjectStreamCommunicationStrategy

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

Uses of IPC.ObjectStreamCommunicationStrategy in ix.util
 

Subclasses of IPC.ObjectStreamCommunicationStrategy in ix.util
static class IPC.SimpleIXCommunicationStrategy
          An ObjectStream communication strategy that provides default host and port assignments for standard I-X agents.
static class IPC.SimpleIXXMLCommunicationStrategy
          An ObjectStream communication strategy that provides default host and port assignments for standard I-X agents and encodes the message contents in XML rather than serializing.
static class IPC.XMLObjectStreamCommunicationStrategy
          A version of ObjectStreamCommunicationStrategy that encodes the message contents in XML rather than serializing.
 

Fields in ix.util declared as IPC.ObjectStreamCommunicationStrategy
(package private)  IPC.ObjectStreamCommunicationStrategy IPC.ObjectStreamServer.strategy
           
(package private)  IPC.ObjectStreamCommunicationStrategy IPC.ObjectStreamNameServer.strategy
           
 

Constructors in ix.util with parameters of type IPC.ObjectStreamCommunicationStrategy
IPC.ObjectStreamServer(IPC.ObjectStreamCommunicationStrategy strategy, java.lang.Object destination, IPC.MessageListener listener)
           
IPC.ObjectStreamNameServer(IPC.ObjectStreamCommunicationStrategy strategy, IPC.ServiceAddress addr)