com.ca.jcs
Interface ConnectorPersisterObserver

All Known Implementing Classes:
StandaloneServerManager

public interface ConnectorPersisterObserver

Interface for an observer of connector persistence changes.

Author:
fittr01

Method Summary
 void stateDeleted(ConnectorPersister.StateType type, LdapDN stateName)
          Method called when existing state has been deleted.
 void stateSaved(ConnectorPersister.State state)
          Method called when new state has been saved.
 

Method Detail

stateSaved

void stateSaved(ConnectorPersister.State state)
Method called when new state has been saved.

Parameters:
state - the state that was saved.

stateDeleted

void stateDeleted(ConnectorPersister.StateType type,
                  LdapDN stateName)
Method called when existing state has been deleted.

Parameters:
type - the type of state entry deleted.
stateName - the name of the state deleted.


Created 2011-07-14 13:27 EST