Berkeley DB Java Edition
version 3.3.75

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.jca.ra Support for the Java Connector Architecture, which provides a standard for connecting the J2EE platform to legacy enterprise information systems (EIS), such as ERP systems, database systems, and legacy applications not written in Java. 
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()
          Returns this object's configuration.
 

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

Uses of EnvironmentConfig in com.sleepycat.je.jca.ra
 

Methods in com.sleepycat.je.jca.ra with parameters of type EnvironmentConfig
 JEConnection JEConnectionFactory.getConnection(String jeRootDir, EnvironmentConfig envConfig)
           
 JEConnection JEConnectionFactory.getConnection(String jeRootDir, EnvironmentConfig envConfig, TransactionConfig transConfig)
           
 

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 3.3.75

Copyright (c) 2004,2008 Oracle. All rights reserved.