org.objectweb.joram.shared.client
Class XACnxCommit
- java.io.Serializable
An XACnxCommit
instance is used by an XAConnection
for commiting the messages and acknowledgements it sent to the proxy.
- Serialized Form
XACnxCommit() - Constructs an
XACnxCommit instance.
|
XACnxCommit(byte[] bq, int fi, byte[] gti) - Constructs an
XACnxCommit instance.
|
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)
|
Hashtable | soapCode()
|
static Object | soapDecode(Hashtable h)
|
XACnxCommit
public XACnxCommit()
Constructs an XACnxCommit
instance.
XACnxCommit
public XACnxCommit(byte[] bq,
int fi,
byte[] gti)
Constructs an XACnxCommit
instance.
bq
- Transaction branch qualifier.fi
- Transaction identifier format.gti
- Global transaction identifier.
getBQ
public byte[] getBQ()
Returns the transaction branch qualifier.
getFI
public int getFI()
Returns the transaction identifier format.
getGTI
public byte[] getGTI()
Returns the global transaction identifier.
setBQ
public void setBQ(byte[] bq)
setFI
public void setFI(int fi)
setGTI
public void setGTI(byte[] gti)
soapDecode
public static Object soapDecode(Hashtable h)
- soapDecode in interface AbstractJmsRequest
Copyright B) 2004 Scalagent - All rights reserved