Package | Description |
---|---|
org.openrdf.repository.event | |
org.openrdf.repository.event.base |
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 © 2001-2016 Aduna. All Rights Reserved.