public static interface RecoveryManager.InDoubtTxInfo
Modifier and Type | Method and Description |
---|---|
Long |
getInternalId()
Each xid has a unique long object associated to it.
|
Set<Address> |
getOwners()
Returns the set of nodes where this transaction information is maintained.
|
Set<Integer> |
getStatus()
The value represent transaction's state as described by the
Status field. |
Xid |
getXid()
Transaction's id.
|
boolean |
isLocal()
Returns true if the transaction information is also present on this node.
|
Xid getXid()
Long getInternalId()
Set<Integer> getStatus()
Status
field. Multiple values are returned
as it is possible for an in-doubt transaction to be at the same time e.g. prepared on one node and committed on the other.Set<Address> getOwners()
boolean isLocal()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.