Uses of Interface
org.openrdf.sail.NotifyingSailConnection

Packages that use NotifyingSailConnection
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
 

Uses of NotifyingSailConnection in org.openrdf.sail
 

Methods in org.openrdf.sail that return NotifyingSailConnection
 NotifyingSailConnection NotifyingSail.getConnection()
          Opens a connection on the Sail which can be used to query and update data.
 

Uses of NotifyingSailConnection in org.openrdf.sail.helpers
 

Classes in org.openrdf.sail.helpers that implement NotifyingSailConnection
 class NotifyingSailConnectionBase
          Abstract Class offering base functionality for SailConnection implementations.
 class NotifyingSailConnectionWrapper
          An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
 

Methods in org.openrdf.sail.helpers that return NotifyingSailConnection
 NotifyingSailConnection NotifyingSailWrapper.getConnection()
           
 NotifyingSailConnection NotifyingSailBase.getConnection()
           
protected abstract  NotifyingSailConnection NotifyingSailBase.getConnectionInternal()
           
 NotifyingSailConnection NotifyingSailConnectionWrapper.getWrappedConnection()
           
 

Constructors in org.openrdf.sail.helpers with parameters of type NotifyingSailConnection
NotifyingSailConnectionWrapper(NotifyingSailConnection wrappedCon)
          Creates a new TransactionWrapper object that wraps the supplied connection.
 

Uses of NotifyingSailConnection in org.openrdf.sail.inferencer
 

Subinterfaces of NotifyingSailConnection in org.openrdf.sail.inferencer
 interface InferencerConnection
          An extension of the SailConnection interface offering methods that can be used by inferencers to store and remove inferred statements.
 

Classes in org.openrdf.sail.inferencer that implement NotifyingSailConnection
 class InferencerConnectionWrapper
          An extension of ConnectionWrapper that implements the InferencerConnection interface.
 

Uses of NotifyingSailConnection in org.openrdf.sail.memory
 

Classes in org.openrdf.sail.memory that implement NotifyingSailConnection
 class MemoryStoreConnection
          Implementation of a Sail Connection for memory stores.
 

Methods in org.openrdf.sail.memory that return NotifyingSailConnection
protected  NotifyingSailConnection MemoryStore.getConnectionInternal()
           
 

Uses of NotifyingSailConnection in org.openrdf.sail.nativerdf
 

Classes in org.openrdf.sail.nativerdf that implement NotifyingSailConnection
 class NativeStoreConnection
           
 

Methods in org.openrdf.sail.nativerdf that return NotifyingSailConnection
protected  NotifyingSailConnection NativeStore.getConnectionInternal()
           
 



Copyright © 2001-2012 Aduna. All Rights Reserved.