org.objectweb.jotm.core.transaction
Interface TwoPhaseCommitInterrogable

All Superinterfaces:
Interrogable
All Known Subinterfaces:
TwoPhaseCommitTransaction
All Known Implementing Classes:
CoreTransaction

public interface TwoPhaseCommitInterrogable
extends Interrogable

The interface reflects an interrogable two-phase commit transaction. Using its methods, it is possible to get information on the corresponding two-phase-commit transaction.


Field Summary
static int STATUS_PREPARED
          Transaction has been prepared.
static int STATUS_PREPARING
          Transaction is preparing.
 
Fields inherited from interface org.objectweb.jotm.core.transaction.Interrogable
STATUS_ABORTED, STATUS_ABORTING, STATUS_ACTIVE, STATUS_COMMITTED, STATUS_COMMITTING, STATUS_NO_TRANSACTION
 
Methods inherited from interface org.objectweb.jotm.core.transaction.Interrogable
getName, getStatus, getTimeout
 

Field Detail

STATUS_PREPARING

public static final int STATUS_PREPARING
Transaction is preparing.

See Also:
Constant Field Values

STATUS_PREPARED

public static final int STATUS_PREPARED
Transaction has been prepared.

See Also:
Constant Field Values