org.jrdf.map
Class Db4oMapFactory

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

public class Db4oMapFactory
extends Object
implements MapFactory


Constructor Summary
Db4oMapFactory(DirectoryHandler dirHandler, String name)
           
 
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

Db4oMapFactory

public Db4oMapFactory(DirectoryHandler dirHandler,
                      String name)
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