public class JMSPersister extends Persister
capacity, displayMask, linkName, maxRetry, operation, partition, pauseTime, propertyName, repeatPeriod, standbyTime, status, timeout, tolerance, uri, waitTime, xaModePSTR_CLOSED, PSTR_DISABLED, PSTR_PAUSE, PSTR_READY, PSTR_RETRYING, PSTR_RUNNING, PSTR_STANDBY, PSTR_STOPPED| Constructor and Description |
|---|
JMSPersister(java.util.Map props) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
closes all opened resources
|
protected void |
finalize() |
void |
persist(XQueue xq,
int baseTime)
implementation of persist() with flow control
individual object control will be provided by the owner
|
getCapacity, getLinkName, getName, getOperation, getStatus, getXAMode, isStopped, keepRunning, resetStatus, setStatuspublic void persist(XQueue xq, int baseTime)
persist in interface MessagePersisterpersist in class Persisterpublic void close()
MessagePersisterclose in interface MessagePersisterclose in class Persisterprotected void finalize()
finalize in class java.lang.Object