Berkeley DB Java Edition
version 2.0.90

Uses of Class
com.sleepycat.je.EnvironmentConfig

Packages that use EnvironmentConfig
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.jmx JE support for JMX. 
 

Uses of EnvironmentConfig in com.sleepycat.je
 

Methods in com.sleepycat.je that return EnvironmentConfig
 EnvironmentConfig Environment.getConfig()
          Return this object's configuration.
 

Constructors in com.sleepycat.je with parameters of type EnvironmentConfig
Environment(File envHome, EnvironmentConfig envConfig)
          Create a database environment handle.
XAEnvironment(File envHome, EnvironmentConfig configuration)
          Create a database environment handle.
 

Uses of EnvironmentConfig in com.sleepycat.je.jmx
 

Methods in com.sleepycat.je.jmx that return EnvironmentConfig
 EnvironmentConfig JEMBeanHelper.getEnvironmentOpenConfig()
          If the helper was instantiated with canConfigure==true, it shows environment configuration attributes.
 


Berkeley DB Java Edition
version 2.0.90

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.