Berkeley DB Java Edition
version 5.0.58

Uses of Class
com.sleepycat.je.Transaction.State

Packages that use Transaction.State
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
 

Uses of Transaction.State in com.sleepycat.je
 

Methods in com.sleepycat.je that return Transaction.State
 Transaction.State Transaction.getState()
          Returns the current state of the transaction.
static Transaction.State Transaction.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transaction.State[] Transaction.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


Berkeley DB Java Edition
version 5.0.58

Copyright (c) 2004-2012 Oracle. All rights reserved.