Berkeley DB Java Edition
version 1.5.1

Uses of Class
com.sleepycat.je.EnvironmentMutableConfig

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

Uses of EnvironmentMutableConfig in com.sleepycat.je
 

Subclasses of EnvironmentMutableConfig in com.sleepycat.je
 class EnvironmentConfig
          Specifies the attributes of an environment.
 

Methods in com.sleepycat.je that return EnvironmentMutableConfig
 EnvironmentMutableConfig Environment.getMutableConfig()
          Return database environment attributes.
 

Methods in com.sleepycat.je with parameters of type EnvironmentMutableConfig
 void Environment.setMutableConfig(EnvironmentMutableConfig envMutableConfig)
          Set database environment attributes.
 


Berkeley DB Java Edition
version 1.5.1

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