org.jrdf.graph.local.index.nodepool.db4o
Class Db4oNodePoolFactory

java.lang.Object
  extended by org.jrdf.graph.local.index.nodepool.db4o.Db4oNodePoolFactory
All Implemented Interfaces:
NodePoolFactory

public class Db4oNodePoolFactory
extends Object
implements NodePoolFactory


Constructor Summary
Db4oNodePoolFactory(DirectoryHandler newHandler, long newGraphNumber)
           
 
Method Summary
 void close()
          Close any resources related to creating node pools.
 NodePool createNodePool()
          Create a new node pool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Db4oNodePoolFactory

public Db4oNodePoolFactory(DirectoryHandler newHandler,
                           long newGraphNumber)
Method Detail

createNodePool

public NodePool createNodePool()
Description copied from interface: NodePoolFactory
Create a new node pool.

Specified by:
createNodePool in interface NodePoolFactory
Returns:
a new node pool.

close

public void close()
Description copied from interface: NodePoolFactory
Close any resources related to creating node pools.

Specified by:
close in interface NodePoolFactory