public class XARollbackTransactionRequest extends JRemoteRequest
Request jBASE rollback an XA transaction.
JBaseSerializable.TYPE
Constructor and Description |
---|
XARollbackTransactionRequest(byte[] globalTransId,
byte[] branchId,
int formatId) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion, readObject
public XARollbackTransactionRequest(byte[] globalTransId, byte[] branchId, int formatId)
public void writeObject(JBaseObjectWriter writer, int version) throws java.io.IOException
writeObject
in interface JBaseSerializable
writeObject
in class JRemoteRequest
java.io.IOException
public int getType()
JBaseSerializable.getType()