Berkeley DB Java Edition
version 2.0.90

Uses of Class
com.sleepycat.je.Environment

Packages that use Environment
com.sleepycat.collections Data access based on the standard Java collections API. 
com.sleepycat.je Foundation for creating environments, databases and transactions; provides cursor based data access. 
com.sleepycat.je.jmx JE support for JMX. 
com.sleepycat.je.util Supporting utilities. 
 

Uses of Environment in com.sleepycat.collections
 

Methods in com.sleepycat.collections that return Environment
 Environment CurrentTransaction.getEnvironment()
          Returns the underlying Berkeley DB environment.
 

Methods in com.sleepycat.collections with parameters of type Environment
static CurrentTransaction CurrentTransaction.getInstance(Environment env)
          Gets the CurrentTransaction accessor for a specified Berkeley DB environment.
 

Constructors in com.sleepycat.collections with parameters of type Environment
TransactionRunner(Environment env)
          Creates a transaction runner for a given Berkeley DB environment.
TransactionRunner(Environment env, int maxRetries, TransactionConfig config)
          Creates a transaction runner for a given Berkeley DB environment and with a given number of maximum retries.
 

Uses of Environment in com.sleepycat.je
 

Subclasses of Environment in com.sleepycat.je
 class XAEnvironment
          An Environment that implements XAResource.
 

Methods in com.sleepycat.je that return Environment
 Environment Database.getEnvironment()
          Return the Environment handle for the database environment underlying the Database.
 

Uses of Environment in com.sleepycat.je.jmx
 

Methods in com.sleepycat.je.jmx that return Environment
 Environment JEMBeanHelper.getEnvironmentIfOpen()
          Return an Environment only if the environment has already been opened in this process.
 

Methods in com.sleepycat.je.jmx with parameters of type Environment
 Object JEMBeanHelper.getAttribute(Environment targetEnv, String attributeName)
          Get an attribute value for the given environment.
 List JEMBeanHelper.getAttributeList(Environment targetEnv)
          Get MBean attribute metadata for this environment.
 MBeanNotificationInfo[] JEMBeanHelper.getNotificationInfo(Environment targetEnv)
          No notifications are supported.
 List JEMBeanHelper.getOperationList(Environment targetEnv)
          Get mbean operation metadata for this environment.
 Object JEMBeanHelper.invoke(Environment targetEnv, String actionName, Object[] params, String[] signature)
          Invoke an operation for the given environment.
 void JEMBeanHelper.setAttribute(Environment targetEnv, Attribute attribute)
          Set an attribute value for the given environment.
 

Uses of Environment in com.sleepycat.je.util
 

Methods in com.sleepycat.je.util with parameters of type Environment
 void DbLoad.setEnv(Environment env)
          Set the Environment to load from.
 

Constructors in com.sleepycat.je.util with parameters of type Environment
DbDump(Environment env, String dbName, PrintStream outputFile, boolean formatUsingPrintable)
          Create a DbDump object for a specific environment and database.
DbVerify(Environment env, String dbName, boolean quiet)
          Create a DbVerify object for a specific environment and database.
 


Berkeley DB Java Edition
version 2.0.90

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