public class JMSSubscriber extends Receiver
capacity, displayMask, linkName, maxRetry, mode, operation, partition, pauseTime, propertyName, propertyValue, repeatPeriod, standbyTime, status, timeout, tolerance, uri, waitTime, xaModeRCVR_CLOSED, RCVR_DISABLED, RCVR_PAUSE, RCVR_READY, RCVR_RETRYING, RCVR_RUNNING, RCVR_STANDBY, RCVR_STOPPED| Constructor and Description |
|---|
JMSSubscriber(java.util.Map props) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes all opened resources
|
protected void |
finalize() |
void |
receive(XQueue xq,
int baseTime)
implementation of receive() with flow control
individual object control will be provided by the owner
|
getCapacity, getLinkName, getName, getOperation, getPartition, getStatus, getXAMode, isStopped, keepRunning, resetStatus, setStatuspublic void receive(XQueue xq, int baseTime)
receive in interface MessageReceiverreceive in class Receiverpublic void close()
MessageReceiverclose in interface MessageReceiverclose in class Receiverprotected void finalize()
finalize in class java.lang.Object