net.jini.core.transaction.server
Interface TransactionConstants

All Known Subinterfaces:
NestableTransactionManager, TransactionManager, TransactionParticipant

public abstract interface TransactionConstants

Constants common to transaction managers and participants.


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

public static final int ACTIVE
Transaction is currently active

VOTING

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

PREPARED

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

NOTCHANGED

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

COMMITTED

public static final int COMMITTED
Transaction has been committed

ABORTED

public static final int ABORTED
Transaction has been aborted


Copyright © 1999 Sun Microsystems, Inc. All rights reserved