Package com.ca.jcs.cfg

Collection of classes used to configure the JCS and its contained components.

See:
          Description

Interface Summary
RegexPluginConfig Some common configuration and constants shared by regex validators and converters.
 

Class Summary
ConnectorConfig Common configuration settings shared by all connector implementations.
CustomPropertiesFactoryBean Properties factory bean that overrides the Spring class to force usage of our custom server context factory, so that proper Spring shutdown handling is performed.
CustomPropertiesFactoryBean.CustomProperties  
CustomServerContextFactory Server context factory that overrides the ApacheDS factory to provide Spring shutdown handling.
ExceptionRetryGroup This class is used to groups of exceptions based on their messages, so that separate retry settings can be configured for them.
GenericObjectPoolConfigBeanWrapper Provides a JavaBean wrapper (therefore configurable via Spring XML) making up for the fact that GenericObjectPool.Config in the Jakarta Commons Pool library does not have getter and setter methods for its fields.
GenericObjectPoolConnectionManager Simple adapter that delegates methods from connection manager to obvious matching methods on a pool.
HttpProxyConfiguration Configuration for HTTP proxy servers to be used by connectors that require it.
HttpProxyServer Configuration information for a single HTTP proxy server.
ImplBundleSchemaLoader Reads any connector specific OpenLDAP .schema files specified in any registered implementation bundles, where a PartitionLoaderService interceptor has been registered (and uses a MetaConnectorFactory) in the DirectoryService's StartupConfiguration.
MetaPluginConfig Configuration bean that allows mapping of metadata properties (and optionally their values) to the plug-in classes required to handle them.
MetaPluginConfigList Maintain a list of MetaPluginConfig beans and allow efficient lookup of them based on any of their metadata property name keys.
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.
SecurityProviderConfig Allows security provider to be registered via Spring XML.
Vetoable  
 

Package com.ca.jcs.cfg Description

Collection of classes used to configure the JCS and its contained components. Many are simply beans allowing configuration via Spring XML files like server_jcs.xml and the /conf/connector.xml files included in each connector's .jar file.

$Id: package.html 47098 2010-01-22 01:36:37Z khaam03 $



Created 2011-07-14 13:27 EST