com.sleepycat.je.dbi
Class DbEnvPool.EnvironmentImplInfo

java.lang.Object
  extended by com.sleepycat.je.dbi.DbEnvPool.EnvironmentImplInfo
Enclosing class:
DbEnvPool

public static class DbEnvPool.EnvironmentImplInfo
extends Object


Field Summary
 EnvironmentImpl envImpl
           
 boolean firstHandle
           
 
Constructor Summary
DbEnvPool.EnvironmentImplInfo(EnvironmentImpl envImpl, boolean firstHandle)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envImpl

public EnvironmentImpl envImpl

firstHandle

public boolean firstHandle
Constructor Detail

DbEnvPool.EnvironmentImplInfo

DbEnvPool.EnvironmentImplInfo(EnvironmentImpl envImpl,
                              boolean firstHandle)


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.