Uses of Interface
org.apache.geronimo.connector.outbound.PoolingAttributes

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

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

Classes in org.apache.geronimo.connector.outbound that implement PoolingAttributes
 class AbstractConnectionManager
           
 class AbstractSinglePoolConnectionInterceptor
           
 class GenericConnectionManager
          GenericConnectionManager sets up a connection manager stack according to the policies described in the attributes.
 class MultiPoolConnectionInterceptor
          MultiPoolConnectionInterceptor maps the provided subject and connection request info to a "SinglePool".
 class SinglePoolConnectionInterceptor
          SinglePoolConnectionInterceptor chooses a single connection from the pool.
 class SinglePoolMatchAllConnectionInterceptor
          This pool is the most spec-compliant pool.
 

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

Subinterfaces of PoolingAttributes in org.apache.geronimo.connector.outbound.connectionmanagerconfig
 interface PoolingSupport
           
 

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.