Uses of Class
com.ca.jcs.meta.MetaConnectorConfig

Packages that use MetaConnectorConfig
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.sdkws This package contains an example that demonstrates the implementation of a web service JCS hosted connector. 
com.ca.jcs.stub This package contains support for stub connector classes needed for connectors implemented entirely using scripting. 
 

Uses of MetaConnectorConfig in com.ca.jcs.jdbc
 

Subclasses of MetaConnectorConfig in com.ca.jcs.jdbc
 class JDBCMetaConnectorConfig
          Template of settings which can be applied to a connector, which can then override settings.
 

Uses of MetaConnectorConfig in com.ca.jcs.jndi
 

Subclasses of MetaConnectorConfig in com.ca.jcs.jndi
 class JNDIMetaConnectorConfig
          Configuration which basically allows all GenericObjectPool.Config properties to be set via bean getters/setters, and allows a map of settings to be provided which override any default settings in code.
 

Uses of MetaConnectorConfig in com.ca.jcs.meta
 

Subclasses of MetaConnectorConfig in com.ca.jcs.meta
 class MetaPoolingConnectorConfig
          Used to configure MetaConnectors that requiring pooling implementations based on Jakarta Commons Pool's GenericObjectPool which can be configured using the generic methods contained below.
 

Methods in com.ca.jcs.meta that return MetaConnectorConfig
 MetaConnectorConfig MetaConnector.getMetaConnectorConfig()
           
 

Uses of MetaConnectorConfig in com.ca.jcs.sdkws
 

Subclasses of MetaConnectorConfig in com.ca.jcs.sdkws
 class SDKWSMetaConnectorConfig
          The WS MetaConnectorConfig class for storing default configuration.
 

Uses of MetaConnectorConfig in com.ca.jcs.stub
 

Subclasses of MetaConnectorConfig in com.ca.jcs.stub
 class StubMetaConnectorConfig
          Allows some behavioural values normally hard-wired in each connector implementation to be set via Spring XML, because the nature of StubMetaConnector is that it used as a place holder for scripting connectors etc and consequently needs to be more configurable.
 



Created 2011-07-14 13:27 EST