Uses of Interface
org.openrdf.repository.DelegatingRepositoryConnection

Packages that use DelegatingRepositoryConnection
org.openrdf.repository.base   
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.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-2007 Aduna. All Rights Reserved.