|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.speedo.jca.SpeedoXAContext
public class SpeedoXAContext
It represents a XA context. A SpeedoXAContext is linked to a XA transaction represented by a XID. In a transaction the same POManagerItf is used.
Field Summary | |
---|---|
static byte |
ENDED
Is a possible status of the SpeedoXAContext. |
POManagerItf |
pm
Is the POManagerItf to use in the SpeedoXAContext (~transaction) |
static byte |
PREPARED
Is a possible status of the SpeedoXAContext. |
static byte |
STARTED
Is a possible status of the SpeedoXAContext. |
byte |
status
is the status of the SpeedoXAContext. |
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 SpeedoXAContext. |
javax.transaction.xa.Xid |
xid
The XID of the transaction |
Constructor Summary | |
---|---|
SpeedoXAContext(javax.transaction.xa.Xid xid)
|
Method Summary |
---|
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 POManagerItf pm
public byte status
public boolean synchroRegistred
Constructor Detail |
---|
public SpeedoXAContext(javax.transaction.xa.Xid xid)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |