Uses of Interface
org.jrdf.util.bdb.BdbEnvironmentHandler

Packages that use BdbEnvironmentHandler
org.jrdf.graph.local.index.nodepool.bdb   
org.jrdf.map   
org.jrdf.set   
org.jrdf.util.bdb   
 

Uses of BdbEnvironmentHandler in org.jrdf.graph.local.index.nodepool.bdb
 

Constructors in org.jrdf.graph.local.index.nodepool.bdb with parameters of type BdbEnvironmentHandler
BdbNodePoolFactory(BdbEnvironmentHandler newHandler, long newGraphNumber)
           
 

Uses of BdbEnvironmentHandler in org.jrdf.map
 

Constructors in org.jrdf.map with parameters of type BdbEnvironmentHandler
BdbMapFactory(BdbEnvironmentHandler newHandler, String newDatabaseName)
           
 

Uses of BdbEnvironmentHandler in org.jrdf.set
 

Constructors in org.jrdf.set with parameters of type BdbEnvironmentHandler
BdbSortedSetFactory(BdbEnvironmentHandler newHandler, String newDatabaseName)
           
 

Uses of BdbEnvironmentHandler in org.jrdf.util.bdb
 

Classes in org.jrdf.util.bdb that implement BdbEnvironmentHandler
 class BdbEnvironmentHandlerImpl