public interface NotifyingRepository extends Repository
Modifier and Type | Method and Description |
---|---|
void |
addRepositoryConnectionListener(RepositoryConnectionListener listener)
Registers a RepositoryConnectionListener that will receive
notifications of operations that are performed on any< connections that
are created by this repository.
|
void |
addRepositoryListener(RepositoryListener listener)
Registers a RepositoryListener that will receive notifications
of operations that are performed on this repository.
|
void |
removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Removes a registered RepositoryConnectionListener from this
repository.
|
void |
removeRepositoryListener(RepositoryListener listener)
Removes a registered RepositoryListener from this repository.
|
getConnection, getDataDir, getValueFactory, initialize, isInitialized, isWritable, setDataDir, shutDown
void addRepositoryListener(RepositoryListener listener)
void removeRepositoryListener(RepositoryListener listener)
void addRepositoryConnectionListener(RepositoryConnectionListener listener)
void removeRepositoryConnectionListener(RepositoryConnectionListener listener)
Copyright © 2001-2016 Aduna. All Rights Reserved.