org.apache.onami.persist
Interface AllPersistenceServices


public interface AllPersistenceServices

Interface for aggregation of multiple PersistenceServices.


Method Summary
 void startAllStoppedPersistenceServices()
          Calls PersistenceService.start() on all persistence services which are not running.
 void stopAllPersistenceServices()
          Calls PersistenceService.stop() on all persistence services.
 

Method Detail

startAllStoppedPersistenceServices

void startAllStoppedPersistenceServices()
Calls PersistenceService.start() on all persistence services which are not running.


stopAllPersistenceServices

void stopAllPersistenceServices()
Calls PersistenceService.stop() on all persistence services.



Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.