Package net.jini.core.transaction.server
Interface TransactionConstants
- All Known Subinterfaces:
ExtendedTransactionManager,IRemoteSpace,NestableTransactionManager,TransactionManager,TransactionParticipant,TxnManager
- All Known Implementing Classes:
AbortJob,CommitJob,DummyTransactionManager,LocalTransactionManager,LocalTransactionManagerImpl,LRMISpaceImpl,PrepareAndCommitJob,PrepareJob,SettlerTask,SpaceImpl,TransientMahaloImpl,TxnConstants,TxnManagerImpl,TxnMgrProxy
public interface TransactionConstants
Constants common to transaction managers and participants.
- Since:
- 1.0
- Author:
- Sun Microsystems, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intTransaction has been aborted.static final intTransaction is currently active.static final intTransaction has been committed.static final intTransaction has been prepared with nothing to commit.static final intTransaction has been prepared but not yet committed.static final intTransaction is determining if it can be committed.
-
Field Details
-
ACTIVE
static final int ACTIVETransaction is currently active.- See Also:
-
VOTING
static final int VOTINGTransaction is determining if it can be committed.- See Also:
-
PREPARED
static final int PREPAREDTransaction has been prepared but not yet committed.- See Also:
-
NOTCHANGED
static final int NOTCHANGEDTransaction has been prepared with nothing to commit.- See Also:
-
COMMITTED
static final int COMMITTEDTransaction has been committed.- See Also:
-
ABORTED
static final int ABORTEDTransaction has been aborted.- See Also:
-