|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsRequest
org.objectweb.joram.shared.client.XACnxCommit
An XACnxCommit
instance is used by an XAConnection
for commiting the messages and acknowledgements it sent to the proxy.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
target |
Constructor Summary | |
XACnxCommit()
Constructs an XACnxCommit instance. |
|
XACnxCommit(byte[] bq,
int fi,
byte[] gti)
Constructs an XACnxCommit instance. |
Method Summary | |
byte[] |
getBQ()
Returns the transaction branch qualifier. |
int |
getFI()
Returns the transaction identifier format. |
byte[] |
getGTI()
Returns the global transaction identifier. |
void |
setBQ(byte[] bq)
|
void |
setFI(int fi)
|
void |
setGTI(byte[] gti)
|
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
getKey, getRequestId, getTarget, setRequestId, setTarget, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XACnxCommit(byte[] bq, int fi, byte[] gti)
XACnxCommit
instance.
bq
- Transaction branch qualifier.fi
- Transaction identifier format.gti
- Global transaction identifier.public XACnxCommit()
XACnxCommit
instance.
Method Detail |
public byte[] getBQ()
public int getFI()
public byte[] getGTI()
public void setBQ(byte[] bq)
public void setFI(int fi)
public void setGTI(byte[] gti)
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsRequest
public static java.lang.Object soapDecode(java.util.Hashtable h)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |