public class RecoveryAwareDldGlobalTransaction extends DldGlobalTransaction implements RecoverableTransactionIdentifier
Modifier and Type | Class and Description |
---|---|
static class |
RecoveryAwareDldGlobalTransaction.Externalizer |
GlobalTransaction.AbstractGlobalTxExternalizer<T extends GlobalTransaction>
coinToss, localLockIntention, locksAtOrigin, remoteLockIntention
addr, id
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, wouldLose
clone, getAddress, getId, globalId, isRemote, setAddress, setId, setRemote
public RecoveryAwareDldGlobalTransaction()
public RecoveryAwareDldGlobalTransaction(Address addr, boolean remote)
public Xid getXid()
getXid
in interface RecoverableTransactionIdentifier
public void setXid(Xid xid)
setXid
in interface RecoverableTransactionIdentifier
public long getInternalId()
getInternalId
in interface RecoverableTransactionIdentifier
public void setInternalId(long internalId)
setInternalId
in interface RecoverableTransactionIdentifier
public String toString()
toString
in class DldGlobalTransaction
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.