-
Method Summary
void
Registers a RepositoryConnectionInterceptor that will receive notifications of operations that are
performed on this connection.
void
Registers a RepositoryInterceptor that will receive notifications of operations that are performed on
this repository.
void
Removes a registered RepositoryConnectionInterceptor from this connection.
void
Removes a registered RepositoryInterceptor from this repository.
Methods inherited from interface Repository
getConnection, getDataDir, getValueFactory, init, isInitialized, isWritable, setDataDir, shutDown
Opens a connection to this repository that can be used for querying and updating the contents of the repository.
Get the directory where data and logging for this repository is stored.
Gets a ValueFactory for this Repository.
void
Initializes this repository.
boolean
Indicates if the Repository has been initialized.
boolean
Checks whether this repository is writable, i.e. if the data contained in this repository can be changed.
void
Set the directory where data and logging for this repository is stored.
void
Shuts the repository down, releasing any resources that it keeps hold of.
-
Method Details
-
-
removeRepositoryInterceptor
-
addRepositoryConnectionInterceptor
-
removeRepositoryConnectionInterceptor