Uses of Class
com.ca.jcs.ConnectorPersister

Packages that use ConnectorPersister
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.meta Contains components which are metadata driven or assist in the condensing of information derived from metadata to allow efficient processing. 
com.ca.jcs.standalone   
com.ca.jcs.util This package is used to group useful generic framework utilities not strongly tied to a particular functional area. 
 

Uses of ConnectorPersister in com.ca.jcs
 

Methods in com.ca.jcs that return ConnectorPersister
 ConnectorPersister DefaultConnectorManager.getConnectorPersister()
           
 ConnectorPersister ConnectorType.getConnectorPersister()
           
 ConnectorPersister ConnectorManager.getConnectorPersister()
           
 ConnectorPersister ConnectorFactory.getConnectorPersister()
           
 

Methods in com.ca.jcs with parameters of type ConnectorPersister
 void ConnectorType.setConnectorPersister(ConnectorPersister connectorPersister)
           
 void ConnectorFactory.setConnectorPersister(ConnectorPersister persister)
          Accessed internally as passed down to created ConnectorTypes and Connectors for use when they are changed.
 

Uses of ConnectorPersister in com.ca.jcs.meta
 

Methods in com.ca.jcs.meta that return ConnectorPersister
 ConnectorPersister MetaConnectorFactory.getConnectorPersister()
           
 

Methods in com.ca.jcs.meta with parameters of type ConnectorPersister
 void MetaConnectorFactory.setConnectorPersister(ConnectorPersister persister)
           
 

Uses of ConnectorPersister in com.ca.jcs.standalone
 

Fields in com.ca.jcs.standalone declared as ConnectorPersister
protected  ConnectorPersister StandaloneServerManager.connectorPersister
          Spring injected connection config persister used to observe config changes
 

Uses of ConnectorPersister in com.ca.jcs.util
 

Subclasses of ConnectorPersister in com.ca.jcs.util
 class FileConnectorPersister
          Save and load information by XML encoding/decoding to local files, where all information about a connector type (including its child connectors) is placed in a single directory named after it.
 class NullConnectorPersister
          Stubbed out persister for clients which want a stateless JCS, although this can also be achieved by leaving the persister set to null.
 



Created 2011-07-14 13:27 EST