|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalXid | |
org.exolab.jms.messagemgr | |
org.exolab.jms.tranlog |
Uses of ExternalXid in org.exolab.jms.messagemgr |
Methods in org.exolab.jms.messagemgr with parameters of type ExternalXid | |
protected java.lang.Object[] |
ResourceManager.getTransactionRecords(ExternalXid xid,
java.lang.String rid)
Return an arrya of records, both state and date, for the specified global transaction |
Uses of ExternalXid in org.exolab.jms.tranlog |
Methods in org.exolab.jms.tranlog that return ExternalXid | |
ExternalXid |
BaseTransactionLogEntry.getExternalXid()
Get the transaction identifier |
Methods in org.exolab.jms.tranlog with parameters of type ExternalXid | |
void |
BaseTransactionLogEntry.setExternalXid(ExternalXid txid)
Set the transaction identifier |
void |
TransactionLog.logTransactionState(ExternalXid txid,
long expiry,
java.lang.String rid,
TransactionState state)
Add an StateTransactionLogEntry using the specified txid,
rid and state |
void |
TransactionLog.logTransactionData(ExternalXid txid,
long expiry,
java.lang.String rid,
java.lang.Object data)
Add an DataTransactionLogEntry using the specified txid,
rid and data |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |