org.jrdf.map
Class BdbMapFactory

java.lang.Object
  extended by org.jrdf.map.BdbMapFactory
All Implemented Interfaces:
MapFactory

public final class BdbMapFactory
extends Object
implements MapFactory


Constructor Summary
BdbMapFactory(BdbEnvironmentHandler newHandler, String newDatabaseName)
           
 
Method Summary
 void close()
           
<T,A,U extends A>
Map<T,U>
createMap(Class<T> clazz1, Class<A> clazz2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BdbMapFactory

public BdbMapFactory(BdbEnvironmentHandler newHandler,
                     String newDatabaseName)
Method Detail

createMap

public <T,A,U extends A> Map<T,U> createMap(Class<T> clazz1,
                                            Class<A> clazz2)
Specified by:
createMap in interface MapFactory

close

public void close()
Specified by:
close in interface MapFactory