java.lang.Runnablepublic class ReaderComm
extends java.lang.Object
implements java.lang.Runnable
| Constructor | Description |
|---|---|
ReaderComm() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
run() |
|
void |
start(NodeProxyBroker broker,
java.lang.String threadName) |
|
boolean |
stop() |
Stops the Receiver's thread.
|
ReaderComm |
withChannel(java.lang.String name) |
|
ReaderComm |
withCondition(ObjectCondition condition) |
|
ReaderComm |
withSession(MessageSession session) |
public void start(NodeProxyBroker broker, java.lang.String threadName)
public ReaderComm withSession(MessageSession session)
public boolean stop()
public void run()
run in interface java.lang.Runnablepublic ReaderComm withCondition(ObjectCondition condition)
public ReaderComm withChannel(java.lang.String name)