Uses of Interface
com.ca.jcs.ConnectorPersisterObserver

Packages that use ConnectorPersisterObserver
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.standalone   
 

Uses of ConnectorPersisterObserver in com.ca.jcs
 

Fields in com.ca.jcs with type parameters of type ConnectorPersisterObserver
protected  Set<ConnectorPersisterObserver> ConnectorPersister.observers
          Set of observers for state changes
 

Methods in com.ca.jcs with parameters of type ConnectorPersisterObserver
 void ConnectorPersister.addObserver(ConnectorPersisterObserver observer)
          Add an observer to get notified of state changes.
 void ConnectorPersister.removeObserver(ConnectorPersisterObserver observer)
          Add an observer to get notified of state changes.
 

Uses of ConnectorPersisterObserver in com.ca.jcs.standalone
 

Classes in com.ca.jcs.standalone that implement ConnectorPersisterObserver
 class StandaloneServerManager
          Manager for functionality of the JCS when in "standalone" mode (no provisioning server).
 



Created 2011-07-14 13:27 EST