org.isam.exehda.services
Class Dispatcher.Port

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

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

See Also:
Serialized Form

Constructor Summary
Dispatcher.Port(Dispatcher.PortDescriptor desc)
          Creates a new Port instance.
 
Method Summary
 Dispatcher.PortDescriptor getDescriptor()
          Describe getDescriptor method here.
 Dispatcher.Message receive()
          Describe receive method here.
 void send(Dispatcher.Message m)
          Describe send method here.
protected  void setDescriptor()
          Describe setDescriptor method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dispatcher.Port

public Dispatcher.Port(Dispatcher.PortDescriptor desc)
Creates a new Port instance.

Parameters:
desc - a PortDescriptor value
Method Detail

getDescriptor

public Dispatcher.PortDescriptor getDescriptor()
Describe getDescriptor method here.

Returns:
a PortDescriptor value

send

public void send(Dispatcher.Message m)
Describe send method here.

Parameters:
m - a Message value

receive

public Dispatcher.Message receive()
Describe receive method here.

Returns:
a Message value

setDescriptor

protected void setDescriptor()
Describe setDescriptor method here.