Uses of Class
com.ca.jcs.cfg.GenericObjectPoolConnectionManager

Packages that use GenericObjectPoolConnectionManager
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.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. 
 

Uses of GenericObjectPoolConnectionManager in com.ca.jcs.jndi
 

Subclasses of GenericObjectPoolConnectionManager in com.ca.jcs.jndi
 class JNDIConnectionPool
          Management of a pool of JNDI connections (InitialDirContexts) based on provided configuration jndiEnv using JNDIConnectionFactory to create brand new connections where there are not enough already in the pool.
 class JNDIKerberosConnectionPool
           
 

Uses of GenericObjectPoolConnectionManager in com.ca.jcs.sdkws.connection
 

Subclasses of GenericObjectPoolConnectionManager in com.ca.jcs.sdkws.connection
 class SDKWSConnectionPool
           
 

Uses of GenericObjectPoolConnectionManager in com.ca.jcs.stub
 

Subclasses of GenericObjectPoolConnectionManager in com.ca.jcs.stub
 class StubMetaConnectionPool
          Sample 'dummy' stub connection pooling class Shows how to write custom connection pooling class invokable via 'connectionManagerClass' property in connector.xml.
 



Created 2011-07-14 13:27 EST