kaos.core.service.directory.persistence
Class DSPersistenceManager

java.lang.Object
  extended by kaos.policy.management.PolicyPersistenceManager
      extended by kaos.core.service.directory.persistence.DSPersistenceManager
All Implemented Interfaces:
PersistenceManager

public abstract class DSPersistenceManager
extends PolicyPersistenceManager


Field Summary
protected  DirectoryServiceState _state
           
 
Constructor Summary
DSPersistenceManager(DirectoryServiceState state)
           
 
Method Summary
 void stateChanged(StateUpdate update)
          notification that the state has changed it is up to the implementation to determine if/when the state should automatically be saved
 
Methods inherited from class kaos.policy.management.PolicyPersistenceManager
addPolicies, changePolicies, getPolicies, getState, removePolicies, saveState, setPolicies, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_state

protected DirectoryServiceState _state
Constructor Detail

DSPersistenceManager

public DSPersistenceManager(DirectoryServiceState state)
Method Detail

stateChanged

public void stateChanged(StateUpdate update)
notification that the state has changed it is up to the implementation to determine if/when the state should automatically be saved