Uses of Interface
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 AbstractConnectionManager.getPooling()
           
 PoolingSupport AbstractConnectionManager.Interceptors.getPoolingAttributes()
           
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type PoolingSupport
GenericConnectionManager(TransactionSupport transactionSupport, PoolingSupport pooling, SubjectSource subjectSource, ConnectionTracker connectionTracker, RecoverableTransactionManager transactionManager, String name, ClassLoader classLoader)
           
MultiPoolConnectionInterceptor(ConnectionInterceptor next, PoolingSupport singlePoolFactory, boolean useSubject, boolean useCRI)
           
 

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

Classes in org.apache.geronimo.connector.outbound.connectionmanagerconfig that implement PoolingSupport
 class NoPool
           
 class PartitionedPool
           
 class SinglePool
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.