jPOS 1.6.1 API Documentation

org.jpos.transaction
Interface TransactionConstants

All Known Subinterfaces:
AbortParticipant, GroupSelector, TransactionParticipant
All Known Implementing Classes:
BSHGroupSelector, BSHTransactionParticipant, CheckPoint, Debug, Forward, HasEntry, Join, Trace, TransactionManager

public interface TransactionConstants


Field Summary
static int ABORTED
           
static int NO_JOIN
          This participant does not join the transaction
static int PAUSE
           
static int PREPARED
           
static int READONLY
          Context has not been modified (no need to persist a snapshot)
static int RETRY
           
 

Field Detail

ABORTED

static final int ABORTED
See Also:
Constant Field Values

PREPARED

static final int PREPARED
See Also:
Constant Field Values

RETRY

static final int RETRY
See Also:
Constant Field Values

PAUSE

static final int PAUSE
See Also:
Constant Field Values

NO_JOIN

static final int NO_JOIN
This participant does not join the transaction

See Also:
Constant Field Values

READONLY

static final int READONLY
Context has not been modified (no need to persist a snapshot)

See Also:
Constant Field Values

jPOS.org