Uses of Interface
com.hp.hpl.jena.graph.TransactionHandler

Packages that use TransactionHandler
com.hp.hpl.jena.db A general database backend for persistent storage of Jena models. 
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.graph.compose This package defines simple composite graphs - union, intersection, difference, and update-tracking. 
com.hp.hpl.jena.graph.impl This package provides basic implementations of Graph interfaces such as Reifier, QueryHandler, BulkUpdateHandler, and EventManager. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
 

Uses of TransactionHandler in com.hp.hpl.jena.db
 

Methods in com.hp.hpl.jena.db that return TransactionHandler
 TransactionHandler GraphRDB.getTransactionHandler()
           
 

Uses of TransactionHandler in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph that return TransactionHandler
 TransactionHandler Graph.getTransactionHandler()
          returns this Graph's transaction handler
 

Methods in com.hp.hpl.jena.graph with parameters of type TransactionHandler
static Graph Factory.createGraphMemWithTransactionHandler(TransactionHandler th)
           
 

Uses of TransactionHandler in com.hp.hpl.jena.graph.compose
 

Methods in com.hp.hpl.jena.graph.compose that return TransactionHandler
 TransactionHandler Polyadic.getTransactionHandler()
           
 

Uses of TransactionHandler in com.hp.hpl.jena.graph.impl
 

Classes in com.hp.hpl.jena.graph.impl that implement TransactionHandler
 class com.hp.hpl.jena.graph.impl.TransactionHandlerBase
           
 

Uses of TransactionHandler in com.hp.hpl.jena.reasoner
 

Classes in com.hp.hpl.jena.reasoner that implement TransactionHandler
static class BaseInfGraph.InfTransactionHandler
           
 

Methods in com.hp.hpl.jena.reasoner that return TransactionHandler
 TransactionHandler BaseInfGraph.getTransactionHandler()
           
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP