Uses of Interface
ix.util.IPC.DestinationTable

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

Uses of IPC.DestinationTable in ix.util
 

Classes in ix.util that implement IPC.DestinationTable
static class IPC.BasicDestinationTable
          A HashMap implementation of the DestinationTable interface.
static class IPC.SimpleIXDestinationTable
          A DestinationTable that provides default host and port assignments for standard I-X agents, suitable for use with an instance of ObjectStreamCommunicationStrategy.
 

Fields in ix.util declared as IPC.DestinationTable
(package private)  IPC.DestinationTable IPC.ObjectStreamCommunicationStrategy.destinationTable
           
(package private)  IPC.DestinationTable IPC.ObjectStreamNameServer.nameTable
           
 

Methods in ix.util with parameters of type IPC.DestinationTable
 void IPC.ObjectStreamCommunicationStrategy.setDestinationTable(IPC.DestinationTable table)