|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionState | |
---|---|
org.exolab.jms.messagemgr | |
org.exolab.jms.tranlog |
Uses of TransactionState in org.exolab.jms.messagemgr |
---|
Methods in org.exolab.jms.messagemgr with parameters of type TransactionState | |
---|---|
void |
ResourceManager.logTransactionState(javax.transaction.xa.Xid xid,
TransactionState state)
Add an StateTransactionLogEntry using the specified txid, rid and
state |
Uses of TransactionState in org.exolab.jms.tranlog |
---|
Fields in org.exolab.jms.tranlog declared as TransactionState | |
---|---|
static TransactionState |
TransactionState.CLOSED
|
static TransactionState |
TransactionState.OPENED
Instatiate instances related to each of the enumerations. |
static TransactionState |
TransactionState.PREPARED
|
Methods in org.exolab.jms.tranlog that return TransactionState | |
---|---|
TransactionState |
StateTransactionLogEntry.getState()
Get the transaction state |
Methods in org.exolab.jms.tranlog with parameters of type TransactionState | |
---|---|
void |
TransactionLog.logTransactionState(ExternalXid txid,
long expiry,
java.lang.String rid,
TransactionState state)
Add an StateTransactionLogEntry using the specified txid,
rid and state |
void |
StateTransactionLogEntry.setState(TransactionState state)
Set the transaction state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |