Uses of Class
org.apache.geronimo.connector.outbound.connectionmanagerconfig.PoolingSupport

Packages that use PoolingSupport
org.apache.geronimo.connector.outbound   
org.apache.geronimo.connector.outbound.connectionmanagerconfig   
 

Uses of PoolingSupport in org.apache.geronimo.connector.outbound
 

Methods in org.apache.geronimo.connector.outbound that return PoolingSupport
 PoolingSupport GenericConnectionManager.getPooling()
           
 

Methods in org.apache.geronimo.connector.outbound with parameters of type PoolingSupport
 void GenericConnectionManager.setPooling(PoolingSupport pooling)
           
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type PoolingSupport
GenericConnectionManager(TransactionSupport transactionSupport, PoolingSupport pooling, String objectName, org.apache.geronimo.security.bridge.RealmBridge realmBridge, ConnectionTracker connectionTracker)
           
MultiPoolConnectionInterceptor(ConnectionInterceptor next, PoolingSupport singlePoolFactory, boolean useSubject, boolean useCRI)
           
 

Uses of PoolingSupport in org.apache.geronimo.connector.outbound.connectionmanagerconfig
 

Subclasses of PoolingSupport in org.apache.geronimo.connector.outbound.connectionmanagerconfig
 class NoPool
           
 class PartitionedPool
           
 class SinglePool
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.