| Package | Description |
|---|---|
| org.openrdf.repository.event | |
| 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-2014 Aduna. All Rights Reserved.