GigaSpaces XAP 9.0 API

net.jini.core.transaction.server
Interface TransactionConstants

All Known Subinterfaces:
ExtendedTransactionManager, NestableTransactionManager, TransactionManager, TransactionParticipant, TxnManager
All Known Implementing Classes:
AbortJob, CommitJob, LocalTransactionManager, PrepareAndCommitJob, PrepareJob, SettlerTask, TxnConstants, TxnManagerImpl, TxnMgrProxy

public interface TransactionConstants

Constants common to transaction managers and participants.

Since:
1.0
Author:
Sun Microsystems, Inc.

Field Summary
static int ABORTED
          Transaction has been aborted.
static int ACTIVE
          Transaction is currently active.
static int COMMITTED
          Transaction has been committed.
static int NOTCHANGED
          Transaction has been prepared with nothing to commit.
static int PREPARED
          Transaction has been prepared but not yet committed.
static int VOTING
          Transaction is determining if it can be committed.
 

Field Detail

ACTIVE

static final int ACTIVE
Transaction is currently active.

See Also:
Constant Field Values

VOTING

static final int VOTING
Transaction is determining if it can be committed.

See Also:
Constant Field Values

PREPARED

static final int PREPARED
Transaction has been prepared but not yet committed.

See Also:
Constant Field Values

NOTCHANGED

static final int NOTCHANGED
Transaction has been prepared with nothing to commit.

See Also:
Constant Field Values

COMMITTED

static final int COMMITTED
Transaction has been committed.

See Also:
Constant Field Values

ABORTED

static final int ABORTED
Transaction has been aborted.

See Also:
Constant Field Values

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.