2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public interface

AllPersistenceServices

org.apache.onami.persist.AllPersistenceServices

Class Overview

Interface for aggregation of multiple PersistenceServices.

Summary

Public Methods
abstract void startAllStoppedPersistenceServices()
Calls start() on all persistence services which are not running.
abstract void stopAllPersistenceServices()
Calls stop() on all persistence services.

Public Methods

public abstract void startAllStoppedPersistenceServices ()

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

public abstract void stopAllPersistenceServices ()

Calls stop() on all persistence services.