public class RecoveryAwareGlobalTransaction extends GlobalTransaction implements RecoverableTransactionIdentifier
RecoveryAwareDldGlobalTransaction| Modifier and Type | Class and Description |
|---|---|
static class |
RecoveryAwareGlobalTransaction.Externalizer |
GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction>addr| Constructor and Description |
|---|
RecoveryAwareGlobalTransaction() |
RecoveryAwareGlobalTransaction(Address addr,
boolean remote) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInternalId() |
Xid |
getXid() |
void |
setInternalId(long internalId) |
void |
setXid(Xid xid) |
String |
toString() |
clone, equals, getAddress, getId, hashCode, isRemote, setAddress, setId, setRemotepublic RecoveryAwareGlobalTransaction()
public RecoveryAwareGlobalTransaction(Address addr, boolean remote)
public Xid getXid()
getXid in interface RecoverableTransactionIdentifierpublic void setXid(Xid xid)
setXid in interface RecoverableTransactionIdentifierpublic long getInternalId()
getInternalId in interface RecoverableTransactionIdentifierpublic void setInternalId(long internalId)
setInternalId in interface RecoverableTransactionIdentifierpublic String toString()
toString in class GlobalTransactionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.