| Package | Description | 
|---|---|
| org.eclipse.rdf4j.repository.event | Interfaces for notification/interception of events happening on Repositories and RepositoryConnections | 
| org.eclipse.rdf4j.repository.event.base | Wrapper/adapter base implementations. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RepositoryConnectionInterceptorAdapter | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 © 2015-2020 Eclipse Foundation. All Rights Reserved.