org.jrdf.map
Class BdbMapFactory
java.lang.Object
org.jrdf.map.BdbMapFactory
- All Implemented Interfaces:
- MapFactory
public final class BdbMapFactory
- extends Object
- implements MapFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BdbMapFactory
public BdbMapFactory(BdbEnvironmentHandler newHandler,
String newDatabaseName)
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