Package org.jboss.ejb.client
Class XidTransactionID
java.lang.Object
org.jboss.ejb.client.TransactionID
org.jboss.ejb.client.XidTransactionID
- All Implemented Interfaces:
Serializable
Deprecated.
Retained only for protocol compatibility.
A transaction ID for an XID, used to propagate transactions from a transaction controller running on this or
a calling node.
- Author:
- David M. Lloyd
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.ejb.client.TransactionID
TransactionID.Serialized -
Field Summary
Fields inherited from class org.jboss.ejb.client.TransactionID
PRIVATE_DATA_KEY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.ejb.client.TransactionID
createTransactionID, equals, getEncodedForm, getEncodedFormRaw, hashCode, toString, writeReplace
-
Constructor Details
-
XidTransactionID
Deprecated.
-
-
Method Details
-
getXid
Deprecated.Get the corresponding XID for this transaction.- Returns:
- the XID
-
isSameXid
Deprecated.Determine whether the given Xid is the same as this Xid.- Parameters:
xid- the xid to test- Returns:
trueif it is the same Xid
-