Package org.openrdf.sail.helpers

Generic utility classes for RDF Sail implementations.

See:
          Description

Class Summary
DefaultSailChangedEvent Default implementation of the SailChangedEvent interface.
DirectoryLockManager Used to create a lock in a directory.
NotifyingSailBase SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
NotifyingSailConnectionBase Abstract Class offering base functionality for SailConnection implementations.
NotifyingSailConnectionWrapper An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
NotifyingSailWrapper An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
SailBase SailBase is an abstract Sail implementation that takes care of common sail tasks, including proper closing of active connections and a grace period for active connections during shutdown of the store.
SailConnectionBase Abstract Class offering base functionality for SailConnection implementations.
SailConnectionWrapper An implementation of the Transaction interface that wraps another Transaction object and forwards any method calls to the wrapped transaction.
SailUtil Defines utility methods for working with Sails.
SailWrapper An implementation of the StackableSail interface that wraps another Sail object and forwards any relevant calls to the wrapped Sail.
 

Package org.openrdf.sail.helpers Description

Generic utility classes for RDF Sail implementations.



Copyright © 2001-2010 Aduna. All Rights Reserved.