Uses of Package
com.ca.jcs.cfg

Packages that use com.ca.jcs.cfg
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.cfg Collection of classes used to configure the JCS and its contained components. 
com.ca.jcs.converter.connector   
com.ca.jcs.converter.eval   
com.ca.jcs.converter.meta   
com.ca.jcs.jdbc   
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
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.ora   
com.ca.jcs.sdk This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files. 
com.ca.jcs.sdk.converter   
com.ca.jcs.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.sdkws.connection This package contains classes related to making and maintaining connections to the web service endpoint. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
com.ca.jcs.validator.eval   
com.ca.jcs.validator.meta   
 

Classes in com.ca.jcs.cfg used by com.ca.jcs
ConnectorConfig
          Common configuration settings shared by all connector implementations.
HttpProxyConfiguration
          Configuration for HTTP proxy servers to be used by connectors that require it.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.cfg
ExceptionRetryGroup
          This class is used to groups of exceptions based on their messages, so that separate retry settings can be configured for them.
HttpProxyServer
          Configuration information for a single HTTP proxy server.
MetaPluginConfig
          Configuration bean that allows mapping of metadata properties (and optionally their values) to the plug-in classes required to handle them.
MetaPluginConfigSuite
          Contains plug-in configuration information using Object/Classes (so it's sufficiently flexible to use for both validators and converters) with a section structure: Property type string (from DataModelValue) to plug-in object instance.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.converter.connector
Vetoable
           
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.converter.eval
MetaPluginConfig
          Configuration bean that allows mapping of metadata properties (and optionally their values) to the plug-in classes required to handle them.
MetaPluginConfigSuite
          Contains plug-in configuration information using Object/Classes (so it's sufficiently flexible to use for both validators and converters) with a section structure: Property type string (from DataModelValue) to plug-in object instance.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.converter.meta
RegexPluginConfig
          Some common configuration and constants shared by regex validators and converters.
Vetoable
           
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.jdbc
ConnectorConfig
          Common configuration settings shared by all connector implementations.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.jndi
ConnectorConfig
          Common configuration settings shared by all connector implementations.
ExceptionRetryGroup
          This class is used to groups of exceptions based on their messages, so that separate retry settings can be configured for them.
GenericObjectPoolConnectionManager
          Simple adapter that delegates methods from connection manager to obvious matching methods on a pool.
Vetoable
           
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.meta
ConnectorConfig
          Common configuration settings shared by all connector implementations.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.ora
ConnectorConfig
          Common configuration settings shared by all connector implementations.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.sdk
ConnectorConfig
          Common configuration settings shared by all connector implementations.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.sdk.converter
Vetoable
           
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.sdkws
ConnectorConfig
          Common configuration settings shared by all connector implementations.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.sdkws.connection
GenericObjectPoolConnectionManager
          Simple adapter that delegates methods from connection manager to obvious matching methods on a pool.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.stub
ConnectorConfig
          Common configuration settings shared by all connector implementations.
GenericObjectPoolConnectionManager
          Simple adapter that delegates methods from connection manager to obvious matching methods on a pool.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.validator.eval
MetaPluginConfig
          Configuration bean that allows mapping of metadata properties (and optionally their values) to the plug-in classes required to handle them.
MetaPluginConfigSuite
          Contains plug-in configuration information using Object/Classes (so it's sufficiently flexible to use for both validators and converters) with a section structure: Property type string (from DataModelValue) to plug-in object instance.
 

Classes in com.ca.jcs.cfg used by com.ca.jcs.validator.meta
Vetoable
           
 



Created 2011-07-14 13:27 EST