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

Packages that use MetaPoolingConnectorConfig
com.ca.jcs.jndi This package provides support relating to the Java Naming and Directory Interface (JNDI) package of the JDK. 
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 MetaPoolingConnectorConfig in com.ca.jcs.jndi
 

Subclasses of MetaPoolingConnectorConfig 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 MetaPoolingConnectorConfig in com.ca.jcs.sdkws
 

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

Uses of MetaPoolingConnectorConfig in com.ca.jcs.stub
 

Subclasses of MetaPoolingConnectorConfig 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