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 InterceptingRepositoryConnection.removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
          Removes a registered RepositoryConnectionInterceptor from this connection.
 

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

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



Copyright © 2001-2007 Aduna. All Rights Reserved.