org.objectweb.joram.shared.client
Class XACnxPrepare
- java.io.Serializable
public class XACnxPrepare
An XACnxPrepare
instance is used by an
XAConnection
for sending messages and acknowledgements to
the proxy.
- Serialized Form
XACnxPrepare()
|
XACnxPrepare(byte[] bq, int fi, byte[] gti, Vector sendings, Vector acks) - Constructs an
XACnxPrepare instance.
|
XACnxPrepare
public XACnxPrepare()
XACnxPrepare
public XACnxPrepare(byte[] bq,
int fi,
byte[] gti,
Vector sendings,
Vector acks)
Constructs an XACnxPrepare
instance.
bq
- Transaction branch qualifier.fi
- Transaction identifier format.gti
- Global transaction identifier.sendings
- Vector of ProducerMessages
instances.acks
- Vector of SessAckRequest
instances.
getAcks
public Vector getAcks()
Returns the vector of SessAckRequest
instances.
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.
getSendings
public Vector getSendings()
Returns the vector of ProducerMessages
instances.
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