|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.Dispatcher.Port
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 |
public Dispatcher.Port(Dispatcher.PortDescriptor desc)
Port
instance.
desc
- a PortDescriptor
valueMethod Detail |
public Dispatcher.PortDescriptor getDescriptor()
getDescriptor
method here.
PortDescriptor
valuepublic void send(Dispatcher.Message m)
send
method here.
m
- a Message
valuepublic Dispatcher.Message receive()
receive
method here.
Message
valueprotected void setDescriptor()
setDescriptor
method here.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |