|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jbase.jremote.protocol.JRemoteRequest
com.jbase.jremote.protocol.XAStartTransactionRequest
public class XAStartTransactionRequest
Request jBASE start an XA transaction.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.jbase.jremote.io.JBaseSerializable |
---|
JBaseSerializable.TYPE |
Constructor Summary | |
---|---|
XAStartTransactionRequest(byte[] globalTransId,
byte[] branchId,
int formatId)
|
Method Summary | |
---|---|
int |
getType()
|
void |
writeObject(JBaseObjectWriter writer,
int version)
|
Methods inherited from class com.jbase.jremote.protocol.JRemoteRequest |
---|
getVersion, readObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XAStartTransactionRequest(byte[] globalTransId, byte[] branchId, int formatId)
Method Detail |
---|
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()
|
jremote jbase5.2.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |