Uses of Interface
org.openrdf.repository.event.RepositoryConnectionInterceptor

Packages that use RepositoryConnectionInterceptor
org.openrdf.repository.event   
org.openrdf.repository.event.base   
 

Uses of RepositoryConnectionInterceptor in org.openrdf.repository.event
 

Methods in org.openrdf.repository.event with parameters of type RepositoryConnectionInterceptor
 void InterceptingRepositoryConnection.addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
 void InterceptingRepository.addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
 void InterceptingRepositoryConnection.removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Removes a registered RepositoryConnectionInterceptor from this connection.
 void InterceptingRepository.removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Removes a registered RepositoryConnectionInterceptor from this connection.
 

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

Classes in org.openrdf.repository.event.base that implement RepositoryConnectionInterceptor
 class RepositoryConnectionInterceptorAdapter
           
 

Methods in org.openrdf.repository.event.base with parameters of type RepositoryConnectionInterceptor
 void InterceptingRepositoryWrapper.addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on any connections that are created by this repository.
 void InterceptingRepositoryConnectionWrapper.addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.
 void InterceptingRepositoryWrapper.removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Removes a registered RepositoryConnectionInterceptor from this repository.
 void InterceptingRepositoryConnectionWrapper.removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Removes a registered RepositoryConnectionInterceptor from this connection.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.