|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.client.AbstractJmsReply
org.objectweb.joram.shared.client.XACnxRecoverReply
A XACnxRecoverReply
replies to a
XACnxRecoverRequest
and carries transaction identifiers.
Field Summary |
Fields inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
correlationId |
Constructor Summary | |
XACnxRecoverReply()
Constructs a XACnxRecoverReply instance. |
|
XACnxRecoverReply(XACnxRecoverRequest req,
java.util.Vector bqs,
java.util.Vector fis,
java.util.Vector gtis)
Constructs a XACnxRecoverReply instance. |
Method Summary | |
byte[] |
getBranchQualifier(int index)
Returns a branch qualifier. |
int |
getFormatId(int index)
Returns a format identifier. |
byte[] |
getGlobalTransactionId(int index)
Returns a global transaction identifier. |
int |
getSize()
Returns the number of transaction identifiers. |
void |
setBQS(java.util.Vector bqs)
|
void |
setFIS(java.util.Vector fis)
|
void |
setGTIS(java.util.Vector gtis)
|
java.util.Hashtable |
soapCode()
|
static java.lang.Object |
soapDecode(java.util.Hashtable h)
|
Methods inherited from class org.objectweb.joram.shared.client.AbstractJmsReply |
getCorrelationId, getKey, setCorrelationId, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XACnxRecoverReply(XACnxRecoverRequest req, java.util.Vector bqs, java.util.Vector fis, java.util.Vector gtis)
XACnxRecoverReply
instance.
req
- The replied request.bqs
- Branch qualifiers.fis
- Format identifiers.gtis
- Global transaction identifiers.public XACnxRecoverReply()
XACnxRecoverReply
instance.
Method Detail |
public int getSize()
public byte[] getBranchQualifier(int index)
public int getFormatId(int index)
public byte[] getGlobalTransactionId(int index)
public void setBQS(java.util.Vector bqs)
public void setFIS(java.util.Vector fis)
public void setGTIS(java.util.Vector gtis)
public java.util.Hashtable soapCode()
soapCode
in class AbstractJmsReply
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 |