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.
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