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
RepositoryManager
createDataStoreGarbageCollector
in interface RepositoryManager
javax.jcr.RepositoryException
public void stop()
RepositoryManager
Possible 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 RepositoryManager
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.