@Deprecated public abstract class TransactionID extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TransactionID.Serialized
Deprecated.
Serialized representation of a transaction ID.
|
Modifier and Type | Field and Description |
---|---|
static String |
PRIVATE_DATA_KEY
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TransactionID |
createTransactionID(byte[] encoded)
Deprecated.
Create a transaction ID object for the given encoded representation.
|
boolean |
equals(Object other)
Deprecated.
Determine whether this object is equal to another.
|
byte[] |
getEncodedForm()
Deprecated.
Get a copy of the encoded form of this transaction ID.
|
protected byte[] |
getEncodedFormRaw()
Deprecated.
Get the encoded form of this transaction ID.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
protected Object |
writeReplace()
Deprecated.
Substitute this transaction ID with a serialized representation.
|
public static final String PRIVATE_DATA_KEY
public byte[] getEncodedForm()
protected byte[] getEncodedFormRaw()
public final boolean equals(Object other)
public static TransactionID createTransactionID(byte[] encoded)
encoded
- the encoded representationprotected final Object writeReplace()
Copyright © 2017 JBoss by Red Hat. All rights reserved.