public interface AllPersistenceServices
PersistenceServices.| Modifier and Type | Method and Description |
|---|---|
void |
startAllStoppedPersistenceServices()
Calls
PersistenceService.start() on all persistence services which are not running. |
void |
stopAllPersistenceServices()
Calls
PersistenceService.stop() on all persistence services. |
void startAllStoppedPersistenceServices()
PersistenceService.start() on all persistence services which are not running.void stopAllPersistenceServices()
PersistenceService.stop() on all persistence services.Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.