org.apache.geronimo.connector.outbound.connectionmanagerconfig
Interface PoolingSupport

All Superinterfaces:
PoolingAttributes, Serializable
All Known Implementing Classes:
NoPool, PartitionedPool, SinglePool

public interface PoolingSupport
extends Serializable, PoolingAttributes


Method Summary
 ConnectionInterceptor addPoolingInterceptors(ConnectionInterceptor tail)
           
 
Methods inherited from interface org.apache.geronimo.connector.outbound.PoolingAttributes
getBlockingTimeoutMilliseconds, getConnectionCount, getIdleConnectionCount, getIdleTimeoutMinutes, getPartitionCount, getPartitionMaxSize, getPartitionMinSize, setBlockingTimeoutMilliseconds, setIdleTimeoutMinutes, setPartitionMaxSize, setPartitionMinSize
 

Method Detail

addPoolingInterceptors

ConnectionInterceptor addPoolingInterceptors(ConnectionInterceptor tail)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.