Uses of Interface
org.openrdf.repository.DelegatingRepositoryConnection

Packages that use DelegatingRepositoryConnection
org.openrdf.repository.base   
org.openrdf.repository.contextaware   
org.openrdf.repository.dataset   
org.openrdf.repository.event.base   
 

Uses of DelegatingRepositoryConnection in org.openrdf.repository.base
 

Classes in org.openrdf.repository.base that implement DelegatingRepositoryConnection
 class RepositoryConnectionWrapper
          Delegates all calls to the delegate RepositoryConnection.
 

Uses of DelegatingRepositoryConnection in org.openrdf.repository.contextaware
 

Classes in org.openrdf.repository.contextaware that implement DelegatingRepositoryConnection
 class ContextAwareConnection
          Allows contexts to be specified at the connection level or the method level.
 

Uses of DelegatingRepositoryConnection in org.openrdf.repository.dataset
 

Classes in org.openrdf.repository.dataset that implement DelegatingRepositoryConnection
 class DatasetRepositoryConnection
           
 

Uses of DelegatingRepositoryConnection in org.openrdf.repository.event.base
 

Classes in org.openrdf.repository.event.base that implement DelegatingRepositoryConnection
 class InterceptingRepositoryConnectionWrapper
          Wrapper that notifies interceptors of events on RepositoryConnections before they happen.
 class NotifyingRepositoryConnectionWrapper
          This broadcaster is used by the RepositoryBroadcaster to wrap the delegate repository connection.
 



Copyright © 2001-2012 Aduna. All Rights Reserved.