| java.lang.Object com.sun.jbi.engine.sequencing.MessageReceiver
Constructor Summary | |
public | MessageReceiver(DeliveryChannel bc) Creates the MessageReceiver Thread. |
Method Summary | |
public void | run() Blocking call on the service channel to receive the message. | public void | stopNewRequests() Stops new requests for this engine. | public void | stopReceiving() Stops the receiving thread. |
MessageReceiver | public MessageReceiver(DeliveryChannel bc)(Code) | | Creates the MessageReceiver Thread.
Parameters: bc - delivery channel |
run | public void run()(Code) | | Blocking call on the service channel to receive the message.
|
stopNewRequests | public void stopNewRequests()(Code) | | Stops new requests for this engine.
|
stopReceiving | public void stopReceiving()(Code) | | Stops the receiving thread.
|
|
|