public interface InterceptingRepository extends Repository
Modifier and Type | Method and Description |
---|---|
void |
addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
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 |
removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Removes a registered RepositoryConnectionInterceptor from this
connection.
|
void |
removeRepositoryInterceptor(RepositoryInterceptor interceptor)
Removes a registered RepositoryInterceptor from this
repository.
|
getConnection, getDataDir, getValueFactory, initialize, isInitialized, isWritable, setDataDir, shutDown
void addRepositoryInterceptor(RepositoryInterceptor interceptor)
void removeRepositoryInterceptor(RepositoryInterceptor interceptor)
void addRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
void removeRepositoryConnectionInterceptor(RepositoryConnectionInterceptor interceptor)
Copyright © 2001-2016 Aduna. All Rights Reserved.