|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.jca.XAContext
It represents a XA context. An XAContext is linked to a XA transaction represented by a XID. In a transaction the same ProxyManager is used.
Field Summary | |
---|---|
static byte |
ENDED
Is a possible status of the XAContext. |
ProxyManager |
pm
Is the ProxyManager to use in the XAContext (~transaction) |
static byte |
PREPARED
Is a possible status of the XAContext. |
static byte |
STARTED
Is a possible status of the XAContext. |
byte |
status
is the status of the XAContext. |
boolean |
synchroRegistred
This boolean indicates if the used PM has been registered as a java.transaction.Synchronization on the transaction. |
static byte |
UNKNOWN
Is a possible status of the XAContext. |
javax.transaction.xa.Xid |
xid
The XID of the transaction |
Constructor Summary | |
---|---|
XAContext(javax.transaction.xa.Xid xid)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte UNKNOWN
public static final byte STARTED
public static final byte ENDED
public static final byte PREPARED
public javax.transaction.xa.Xid xid
public ProxyManager pm
public byte status
public boolean synchroRegistred
Constructor Detail |
public XAContext(javax.transaction.xa.Xid xid)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |