Uses of Interface
org.eclipse.rdf4j.repository.event.RepositoryConnectionInterceptor
-
Packages that use RepositoryConnectionInterceptor Package Description org.eclipse.rdf4j.repository.event Interfaces for notification/interception of events happening on Repositories and RepositoryConnectionsorg.eclipse.rdf4j.repository.event.base Wrapper/adapter base implementations. -
-
Uses of RepositoryConnectionInterceptor in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type RepositoryConnectionInterceptor Modifier and Type Method Description void
InterceptingRepository. addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.void
InterceptingRepositoryConnection. addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.void
InterceptingRepository. removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Removes a registered RepositoryConnectionInterceptor from this connection.void
InterceptingRepositoryConnection. removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Removes a registered RepositoryConnectionInterceptor from this connection. -
Uses of RepositoryConnectionInterceptor in org.eclipse.rdf4j.repository.event.base
Classes in org.eclipse.rdf4j.repository.event.base that implement RepositoryConnectionInterceptor Modifier and Type Class Description class
RepositoryConnectionInterceptorAdapter
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type RepositoryConnectionInterceptor Modifier and Type Method Description void
InterceptingRepositoryConnectionWrapper. addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.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. removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Removes a registered RepositoryConnectionInterceptor from this connection.void
InterceptingRepositoryWrapper. removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Removes a registered RepositoryConnectionInterceptor from this repository.
-