|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.isam.exehda.services.Dispatcher.Message
Constructor Summary | |
Dispatcher.Message(Dispatcher.PortAddress src,
Dispatcher.Port tgt,
Dispatcher.MessageBuffer content)
Creates a new Message instance. |
|
Dispatcher.Message(Dispatcher.Port src,
Dispatcher.PortAddress tgt,
int flags)
Creates a new Message instance. |
Method Summary | |
void |
append(Dispatcher.MessageBuffer buf)
Describe append method here. |
java.io.InputStream |
getInputStream()
Describe getInputStream method here. |
java.io.OutputStream |
getOutputStream()
Describe getOutputStream method here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Dispatcher.Message(Dispatcher.Port src, Dispatcher.PortAddress tgt, int flags)
Message
instance.
src
- a Port
valuetgt
- a PortAddress
valuepublic Dispatcher.Message(Dispatcher.PortAddress src, Dispatcher.Port tgt, Dispatcher.MessageBuffer content)
Message
instance.
src
- a PortAddress
valuetgt
- a Port
valuecontent
- a MessageBuffer
valueMethod Detail |
public void append(Dispatcher.MessageBuffer buf)
append
method here.
public java.io.InputStream getInputStream()
getInputStream
method here.
java.io.InputStream
valuepublic java.io.OutputStream getOutputStream()
getOutputStream
method here.
java.io.OutputStream
value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |