public class XACommitTransactionRequest extends JRemoteRequest
Request jBASE commit an XA transaction.
JBaseSerializable.TYPE
Constructor and Description |
---|
XACommitTransactionRequest(byte[] globalTransId,
byte[] branchId,
int formatId) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
void |
writeObject(JBaseObjectWriter writer,
int version) |
getVersion, readObject
public XACommitTransactionRequest(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()