javax.transaction
Interface Status
public interface Status
Status constants.
associated with a single thread.
STATUS_ACTIVE
static final int STATUS_ACTIVE
- See Also:
- Constant Field Values
STATUS_MARKED_ROLLBACK
static final int STATUS_MARKED_ROLLBACK
- See Also:
- Constant Field Values
STATUS_PREPARED
static final int STATUS_PREPARED
- See Also:
- Constant Field Values
STATUS_COMMITTED
static final int STATUS_COMMITTED
- See Also:
- Constant Field Values
STATUS_ROLLEDBACK
static final int STATUS_ROLLEDBACK
- See Also:
- Constant Field Values
STATUS_UNKNOWN
static final int STATUS_UNKNOWN
- See Also:
- Constant Field Values
STATUS_NO_TRANSACTION
static final int STATUS_NO_TRANSACTION
- See Also:
- Constant Field Values
STATUS_PREPARING
static final int STATUS_PREPARING
- See Also:
- Constant Field Values
STATUS_COMMITTING
static final int STATUS_COMMITTING
- See Also:
- Constant Field Values
STATUS_ROLLING_BACK
static final int STATUS_ROLLING_BACK
- See Also:
- Constant Field Values