|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryManager
The repository manager provides life-cycle management features for repositories. Not all implementations are required to implement all features, for example some implementations may not support starting a repository after is has been stopped.
Method Summary | |
---|---|
DataStoreGarbageCollector |
createDataStoreGarbageCollector()
Create a data store garbage collector for this repository. |
void |
stop()
Shuts down the repository. |
Method Detail |
---|
void stop()
Possible errors are logged rather than thrown as exceptions as there is little that a client application could do in such a case.
DataStoreGarbageCollector createDataStoreGarbageCollector() throws RepositoryException
RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |