Uses of Interface
org.jrdf.JRDFFactory

Packages that use JRDFFactory
org.jrdf   
 

Uses of JRDFFactory in org.jrdf
 

Classes in org.jrdf that implement JRDFFactory
 class SortedBdbJRDFFactory
          Uses default in memory constructors to create JRDF entry points.
 class SortedDiskJRDFFactory
          The optimal version of an on disk JRDF graph.
 class SortedMemoryJRDFFactory
          Uses default in memory constructors to create JRDF entry points.
 class SpringJRDFFactory
          Uses the default wiring xml file or one given to it to construct various JRDF components using Spring.
 

Methods in org.jrdf that return JRDFFactory
static JRDFFactory SpringJRDFFactory.getFactory()
           
static JRDFFactory SortedMemoryJRDFFactory.getFactory()
           
static JRDFFactory SortedDiskJRDFFactory.getFactory()
           
static JRDFFactory SortedBdbJRDFFactory.getFactory()