Interface Status


public interface Status
The Status API.
Author:
Manfred Riem ([email protected])
  • Field Details

    • STATUS_ACTIVE

      static final int STATUS_ACTIVE
      Defines the active status.
      See Also:
      Constant Field Values
    • STATUS_COMMITTED

      static final int STATUS_COMMITTED
      Defines the committed status.
      See Also:
      Constant Field Values
    • STATUS_COMMITTING

      static final int STATUS_COMMITTING
      Defines the committing status.
      See Also:
      Constant Field Values
    • STATUS_MARKED_ROLLBACK

      static final int STATUS_MARKED_ROLLBACK
      Defines the marked for rollback status.
      See Also:
      Constant Field Values
    • STATUS_NO_TRANSACTION

      static final int STATUS_NO_TRANSACTION
      Defines the no transaction status.
      See Also:
      Constant Field Values
    • STATUS_PREPARED

      static final int STATUS_PREPARED
      Defines the prepared status.
      See Also:
      Constant Field Values
    • STATUS_PREPARING

      static final int STATUS_PREPARING
      Defines the preparing status.
      See Also:
      Constant Field Values
    • STATUS_ROLLEDBACK

      static final int STATUS_ROLLEDBACK
      Defines the rolled back status.
      See Also:
      Constant Field Values
    • STATUS_ROLLING_BACK

      static final int STATUS_ROLLING_BACK
      Defines the rolling back status.
      See Also:
      Constant Field Values
    • STATUS_UNKNOWN

      static final int STATUS_UNKNOWN
      Defines the unknown status.
      See Also:
      Constant Field Values