Package | Description |
---|---|
org.openrdf.repository.event |
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
|
org.openrdf.repository.event.base |
Modifier and Type | Method and Description |
---|---|
void |
InterceptingRepository.addRepositoryInterceptor(RepositoryInterceptor interceptor)
Registers a RepositoryInterceptor that will receive
notifications of operations that are performed on this repository.
|
void |
InterceptingRepository.removeRepositoryInterceptor(RepositoryInterceptor interceptor)
Removes a registered RepositoryInterceptor from this
repository.
|
Modifier and Type | Method and Description |
---|---|
void |
InterceptingRepositoryWrapper.addRepositoryInterceptor(RepositoryInterceptor interceptor)
Registers a RepositoryInterceptor that will receive
notifications of operations that are performed on this repository.
|
void |
InterceptingRepositoryWrapper.removeRepositoryInterceptor(RepositoryInterceptor interceptor)
Removes a registered RepositoryInterceptor from this
repository.
|
Copyright © 2001–2017 Aduna. All rights reserved.