org.isam.exehda.services
Class Dispatcher.PortDescriptor

java.lang.Object
  |
  +--org.isam.exehda.services.Dispatcher.PortDescriptor
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Dispatcher

public static class Dispatcher.PortDescriptor
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Dispatcher.PortDescriptor(java.lang.Object key, Dispatcher.PortAddress addr)
          Creates a new PortDescriptor instance.
 
Method Summary
 Dispatcher.PortAddress getAddress()
          Describe getAddress method here.
 java.lang.Object getKey()
          Describe getKey method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.PortDescriptor

public Dispatcher.PortDescriptor(java.lang.Object key,
                                 Dispatcher.PortAddress addr)
Creates a new PortDescriptor instance.

Parameters:
key - an Object value
addr - a PortAddress value
Method Detail

getAddress

public Dispatcher.PortAddress getAddress()
Describe getAddress method here.

Returns:
a PortAddress value

getKey

public java.lang.Object getKey()
Describe getKey method here.

Returns:
an Object value