public class ActiveTxWrapper
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
ActiveTxWrapper() |
ActiveTxWrapper(byte[] serializedTXId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
void |
fromData(java.io.DataInput in) |
byte[] |
getSerializedTXId() |
static ActiveTxWrapper |
getWrappedActiveTx(byte[] serializedTXId)
This method should be used to obtain instances of KeyWrapper.
|
int |
hashCode() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
public ActiveTxWrapper()
public ActiveTxWrapper(byte[] serializedTXId)
public static ActiveTxWrapper getWrappedActiveTx(byte[] serializedTXId)
key - the key to wrappublic byte[] getSerializedTXId()
public void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.