ix.util
Class IPC.SimpleIXDestinationTable

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--ix.util.IPC.BasicDestinationTable
                    |
                    +--ix.util.IPC.SimpleIXDestinationTable
All Implemented Interfaces:
java.lang.Cloneable, IPC.DestinationTable, java.util.Map, java.io.Serializable
Enclosing class:
IPC

public static class IPC.SimpleIXDestinationTable
extends IPC.BasicDestinationTable

A DestinationTable that provides default host and port assignments for standard I-X agents, suitable for use with an instance of ObjectStreamCommunicationStrategy.

Name Host Port
IDEEL localhost 5040
ILEED localhost 5050
ITEST localhost 5060

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
IPC.SimpleIXDestinationTable()
           
 
Method Summary
(package private)  void ()
           
 
Methods inherited from class java.util.HashMap
capacity, clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, loadFactor, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ix.util.IPC.DestinationTable
get, put
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

IPC.SimpleIXDestinationTable

public IPC.SimpleIXDestinationTable()
Method Detail

void ()
Overrides:
in class java.util.HashMap