org.apache.geronimo.connector.outbound.connectionmanagerconfig
Class NoPool

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.connectionmanagerconfig.NoPool
All Implemented Interfaces:
Serializable, PoolingSupport, PoolingAttributes

public class NoPool
extends Object
implements PoolingSupport

See Also:
Serialized Form

Constructor Summary
NoPool()
           
 
Method Summary
 ConnectionInterceptor addPoolingInterceptors(ConnectionInterceptor tail)
           
 int getBlockingTimeoutMilliseconds()
           
 int getConnectionCount()
           
 int getIdleConnectionCount()
           
 int getIdleTimeoutMinutes()
           
 int getPartitionCount()
           
 int getPartitionMaxSize()
           
 int getPartitionMinSize()
           
 void setBlockingTimeoutMilliseconds(int timeoutMilliseconds)
           
 void setIdleTimeoutMinutes(int idleTimeoutMinutes)
           
 void setPartitionMaxSize(int maxSize)
           
 void setPartitionMinSize(int minSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoPool

public NoPool()
Method Detail

addPoolingInterceptors

public ConnectionInterceptor addPoolingInterceptors(ConnectionInterceptor tail)
Specified by:
addPoolingInterceptors in interface PoolingSupport

getPartitionCount

public int getPartitionCount()
Specified by:
getPartitionCount in interface PoolingAttributes

getIdleConnectionCount

public int getIdleConnectionCount()
Specified by:
getIdleConnectionCount in interface PoolingAttributes

getConnectionCount

public int getConnectionCount()
Specified by:
getConnectionCount in interface PoolingAttributes

getPartitionMaxSize

public int getPartitionMaxSize()
Specified by:
getPartitionMaxSize in interface PoolingAttributes

setPartitionMaxSize

public void setPartitionMaxSize(int maxSize)
Specified by:
setPartitionMaxSize in interface PoolingAttributes

getPartitionMinSize

public int getPartitionMinSize()
Specified by:
getPartitionMinSize in interface PoolingAttributes

setPartitionMinSize

public void setPartitionMinSize(int minSize)
Specified by:
setPartitionMinSize in interface PoolingAttributes

getBlockingTimeoutMilliseconds

public int getBlockingTimeoutMilliseconds()
Specified by:
getBlockingTimeoutMilliseconds in interface PoolingAttributes

setBlockingTimeoutMilliseconds

public void setBlockingTimeoutMilliseconds(int timeoutMilliseconds)
Specified by:
setBlockingTimeoutMilliseconds in interface PoolingAttributes

getIdleTimeoutMinutes

public int getIdleTimeoutMinutes()
Specified by:
getIdleTimeoutMinutes in interface PoolingAttributes

setIdleTimeoutMinutes

public void setIdleTimeoutMinutes(int idleTimeoutMinutes)
Specified by:
setIdleTimeoutMinutes in interface PoolingAttributes


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