Package org.jboss.ejb.client
Class UserTransactionID
java.lang.Object
org.jboss.ejb.client.TransactionID
org.jboss.ejb.client.UserTransactionID
- All Implemented Interfaces:
Serializable
Deprecated.
Retained only for protocol compatibility.
- 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
Modifier and TypeMethodDescriptionintgetId()Deprecated.Get the unique ID.Deprecated.Get the associated node name.Methods inherited from class org.jboss.ejb.client.TransactionID
createTransactionID, equals, getEncodedForm, getEncodedFormRaw, hashCode, toString, writeReplace
-
Constructor Details
-
UserTransactionID
Deprecated.
-
-
Method Details
-
getNodeName
Deprecated.Get the associated node name.- Returns:
- the name
-
getId
public int getId()Deprecated.Get the unique ID.- Returns:
- the unique ID
-