public class Transaction extends Object implements Externalizable
| Constructor and Description |
|---|
Transaction() |
Transaction(UserTransaction obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Transaction(UserTransaction obj)
public Transaction()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.