public class RecoveryAwareDldGlobalTransaction extends DldGlobalTransaction implements RecoverableTransactionIdentifier
| Modifier and Type | Class and Description |
|---|---|
static class |
RecoveryAwareDldGlobalTransaction.Externalizer |
GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction>coinToss, isMarkedForRollback, localLockIntention, locksAtOrigin, remoteLockIntentionaddr| Constructor and Description |
|---|
RecoveryAwareDldGlobalTransaction() |
RecoveryAwareDldGlobalTransaction(Address addr,
boolean remote) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInternalId() |
Xid |
getXid() |
void |
setInternalId(long internalId) |
void |
setXid(Xid xid) |
String |
toString() |
equals, getCoinToss, getLockIntention, getLocksHeldAtOrigin, getRemoteLockIntention, hashCode, hasLockAtOrigin, setCoinToss, setLockIntention, setLocksHeldAtOrigin, setRemoteLockIntention, wouldLoseclone, getAddress, getId, isRemote, setAddress, setId, setRemotepublic RecoveryAwareDldGlobalTransaction()
public RecoveryAwareDldGlobalTransaction(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 DldGlobalTransactionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.