Berkeley DB Java Edition
version 5.0.34

Uses of Class
com.sleepycat.je.EnvironmentLockedException

Packages that use EnvironmentLockedException
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.rep
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE environments. 
com.sleepycat.je.util Supporting utilities. 
 

Uses of EnvironmentLockedException in com.sleepycat.je
 

Constructors in com.sleepycat.je that throw EnvironmentLockedException
Environment(File envHome, EnvironmentConfig configuration)
          Creates a database environment handle.
XAEnvironment(File envHome, EnvironmentConfig configuration)
          Create a database environment handle.
 

Uses of EnvironmentLockedException in com.sleepycat.je.rep
 

Constructors in com.sleepycat.je.rep that throw EnvironmentLockedException
ReplicatedEnvironment(File envHome, ReplicationConfig repConfig, EnvironmentConfig envConfig)
          A convenience constructor that defaults the replica consistency policy and the initial election policy to be used.
ReplicatedEnvironment(File envHome, ReplicationConfig repConfig, EnvironmentConfig envConfig, ReplicaConsistencyPolicy consistencyPolicy, QuorumPolicy initialElectionPolicy)
          Creates a replicated environment handle and starts participating in the replication group as either a Master or a Replica.
 

Uses of EnvironmentLockedException in com.sleepycat.je.util
 

Methods in com.sleepycat.je.util that throw EnvironmentLockedException
 void DbScavenger.dump()
          Start the scavenger run.
 void DbDump.dump()
          Perform the dump.
 void DbPrintLog.dump(File envHome, String entryTypes, String txnIds, long startLsn, long endLsn, boolean verbose, boolean stats, boolean repEntriesOnly, boolean csvFormat, boolean forwards, String customDumpReaderClass)
          Dump a JE log into human readable form.
protected  void DbDump.openEnv(boolean doRecovery)
           
 


Berkeley DB Java Edition
version 5.0.34

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