|
JBoss EJB client 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb.client.TransactionID
public abstract class TransactionID
A transaction ID for an invocation. Transaction IDs can be stored in multiple formats with different characteristics.
| Nested Class Summary | |
|---|---|
static class |
TransactionID.Serialized
Serialized representation of a transaction ID. |
| Field Summary | |
|---|---|
static String |
PRIVATE_DATA_KEY
|
| Method Summary | |
|---|---|
static TransactionID |
createTransactionID(byte[] encoded)
Create a transaction ID object for the given encoded representation. |
boolean |
equals(Object other)
Determine whether this object is equal to another. |
byte[] |
getEncodedForm()
Get a copy of the encoded form of this transaction ID. |
protected byte[] |
getEncodedFormRaw()
Get the encoded form of this transaction ID. |
int |
hashCode()
|
protected Object |
writeReplace()
Substitute this transaction ID with a serialized representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PRIVATE_DATA_KEY
| Method Detail |
|---|
public byte[] getEncodedForm()
protected byte[] getEncodedFormRaw()
public final boolean equals(Object other)
equals in class Objectother - the other object
true if they are equal, false otherwisepublic final int hashCode()
hashCode in class Objectpublic static TransactionID createTransactionID(byte[] encoded)
encoded - the encoded representation
protected final Object writeReplace()
|
JBoss EJB client 1.0.3.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||