| 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sleepycat.db.TransactionStatus
public final class TransactionStatus
Status values from transaction application checking operations.
| Field Summary | |
|---|---|
static TransactionStatus | 
APPLIED
The transaction has been applied on the current replica node.  | 
static TransactionStatus | 
EMPTY_TRANSACTION
The transaction did not update the database.  | 
static TransactionStatus | 
NOTFOUND
No such transaction found in the replication group.  | 
static TransactionStatus | 
TIMEOUT
The transaction has not yet been applied on this replica node.  | 
| Method Summary | |
|---|---|
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final TransactionStatus APPLIED
public static final TransactionStatus TIMEOUT
public static final TransactionStatus EMPTY_TRANSACTION
public static final TransactionStatus NOTFOUND
| Method Detail | 
|---|
public String toString()
toString in class Object
  | 
Berkeley DB version 5.3.28  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||