public class RepositoryManagerImpl extends Object implements RepositoryManager
| Modifier and Type | Method and Description |
|---|---|
DataStoreGarbageCollector |
createDataStoreGarbageCollector()
Create a data store garbage collector for this repository.
|
void |
stop()
Shuts down the repository.
|
public DataStoreGarbageCollector createDataStoreGarbageCollector() throws javax.jcr.RepositoryException
RepositoryManagercreateDataStoreGarbageCollector in interface RepositoryManagerjavax.jcr.RepositoryExceptionpublic void stop()
RepositoryManagerPossible errors are logged rather than thrown as exceptions as there is little that a client application could do in such a case.
stop in interface RepositoryManagerCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.