Interface InterceptingRepository
- All Superinterfaces:
Repository
- All Known Implementing Classes:
InterceptingRepositoryWrapper
- Author:
- Herko ter Horst
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection.void
addRepositoryInterceptor
(RepositoryInterceptor interceptor) Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository.void
Removes a registered RepositoryConnectionInterceptor from this connection.void
removeRepositoryInterceptor
(RepositoryInterceptor interceptor) Removes a registered RepositoryInterceptor from this repository.Methods inherited from interface org.eclipse.rdf4j.repository.Repository
getConnection, getDataDir, getValueFactory, init, isInitialized, isWritable, setDataDir, shutDown
-
Method Details
-
addRepositoryInterceptor
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on this repository. -
removeRepositoryInterceptor
Removes a registered RepositoryInterceptor from this repository. -
addRepositoryConnectionInterceptor
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are performed on this connection. -
removeRepositoryConnectionInterceptor
Removes a registered RepositoryConnectionInterceptor from this connection.
-