Field Summary |
|
final public static byte | ENDED Is a possible status of the SpeedoXAContext. |
final public static byte | PREPARED Is a possible status of the SpeedoXAContext.
The prepare() method has been called in order to launch the first step
of the two phase commit. |
final public static byte | STARTED Is a possible status of the SpeedoXAContext. |
final public static byte | UNKNOWN Is a possible status of the SpeedoXAContext.
It represents the initial state when the SpeedoXAContext is not yet linked to a
transaction. |
public POManagerItf | pm |
public byte | status is the status of the SpeedoXAContext. |
public boolean | synchroRegistred This boolean indicates if the used PM has been registered as a
java.transaction.Synchronization on the transaction. |
public Xid | xid |