Uses of Package
ix.util.ipc

Packages that use ix.util.ipc
ix.applet Support for I-P2 applets. 
ix.http The "http" communication strategy. 
ix.icore.log Classes for object history and event-log entries. 
ix.test Simple applications for testing purposes. 
ix.util General-purpose utilities. 
ix.util.http HTTP utilities. 
ix.util.ipc Interprocess communication utilities. 
 

Classes in ix.util.ipc used by ix.applet
ObjectStreamConnection
          A Connection that is used to send and receive serialized objects via a socket.
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
ServiceAddress
          An object that contains a host name and a port number.
 

Classes in ix.util.ipc used by ix.http
ServiceAddress
          An object that contains a host name and a port number.
 

Classes in ix.util.ipc used by ix.icore.log
IPCListener
           
 

Classes in ix.util.ipc used by ix.test
ParameterizedCommStrategy
          A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
WrapperStrategy
          A communication strategy that is wrapped around another, "inner", strategy.
 

Classes in ix.util.ipc used by ix.util
IPCListener
           
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
 

Classes in ix.util.ipc used by ix.util.http
ServiceAddress
          An object that contains a host name and a port number.
 

Classes in ix.util.ipc used by ix.util.ipc
DispatchingStrategy.Strategy
           
DispatchingStrategy.StrategyPanel
           
ObjectStreamConnection
          A Connection that is used to send and receive serialized objects via a socket.
ParameterizedCommStrategy
          A communication strategy that can be given parameters that are usually the names of other communication strategies or communication strategy expressions.
SeparateStrategy.SeparateAgent
           
SerializedCommunicationStrategy
          A communication strategy in which a destination is mapped to a host and port number, and objects are sent by writing their serialization to a socket.
SerializedCommunicationStrategy.AgentRecord
           
ServiceAddress
          An object that contains a host name and a port number.
WrapperStrategy
          A communication strategy that is wrapped around another, "inner", strategy.