|
Joram ${version} | |||||||||
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.XACnxPrepare
An XACnxPrepare
instance is used by an
XAConnection
for sending messages and acknowledgements to
the proxy.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsRequest |
target |
Constructor Summary | |
XACnxPrepare()
|
|
XACnxPrepare(byte[] bq,
int fi,
byte[] gti,
java.util.Vector sendings,
java.util.Vector acks)
Constructs an XACnxPrepare instance. |
Method Summary | |
void |
addProducerMessages(ProducerMessages pm)
|
void |
addSessAckRequest(SessAckRequest sar)
|
java.util.Vector |
getAcks()
Returns the vector of SessAckRequest instances. |
byte[] |
getBQ()
Returns the transaction branch qualifier. |
int |
getFI()
Returns the transaction identifier format. |
byte[] |
getGTI()
Returns the global transaction identifier. |
java.util.Vector |
getSendings()
Returns the vector of ProducerMessages instances. |
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 XACnxPrepare(byte[] bq, int fi, byte[] gti, java.util.Vector sendings, java.util.Vector acks)
XACnxPrepare
instance.
bq
- Transaction branch qualifier.fi
- Transaction identifier format.gti
- Global transaction identifier.sendings
- Vector of ProducerMessages
instances.acks
- Vector of SessAckRequest
instances.public XACnxPrepare()
Method Detail |
public byte[] getBQ()
public int getFI()
public byte[] getGTI()
public java.util.Vector getSendings()
ProducerMessages
instances.
public java.util.Vector getAcks()
SessAckRequest
instances.
public void setBQ(byte[] bq)
public void setFI(int fi)
public void setGTI(byte[] gti)
public void addProducerMessages(ProducerMessages pm)
public void addSessAckRequest(SessAckRequest sar)
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsRequest
public static java.lang.Object soapDecode(java.util.Hashtable h)
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |