Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » impl » [javadoc | source]
org.apache.commons.pool.impl
public static class: GenericKeyedObjectPool.Config [javadoc | source]
java.lang.Object
   org.apache.commons.pool.impl.GenericKeyedObjectPool$Config
A simple "struct" encapsulating the configuration information for a GenericKeyedObjectPool.
Field Summary
public  int maxIdle   
    Also see:
    GenericKeyedObjectPool#setMaxIdle
 
public  int maxActive   
    Also see:
    GenericKeyedObjectPool#setMaxActive
 
public  int maxTotal   
    Also see:
    GenericKeyedObjectPool#setMaxTotal
 
public  int minIdle   
    Also see:
    GenericKeyedObjectPool#setMinIdle
 
public  long maxWait   
    Also see:
    GenericKeyedObjectPool#setMaxWait
 
public  byte whenExhaustedAction   
    Also see:
    GenericKeyedObjectPool#setWhenExhaustedAction
 
public  boolean testOnBorrow   
    Also see:
    GenericKeyedObjectPool#setTestOnBorrow
 
public  boolean testOnReturn   
    Also see:
    GenericKeyedObjectPool#setTestOnReturn
 
public  boolean testWhileIdle   
    Also see:
    GenericKeyedObjectPool#setTestWhileIdle
 
public  long timeBetweenEvictionRunsMillis   
    Also see:
    GenericKeyedObjectPool#setTimeBetweenEvictionRunsMillis
 
public  int numTestsPerEvictionRun   
    Also see:
    GenericKeyedObjectPool#setNumTestsPerEvictionRun
 
public  long minEvictableIdleTimeMillis   
    Also see:
    GenericKeyedObjectPool#setMinEvictableIdleTimeMillis
 
public  boolean lifo   
    Also see:
    GenericKeyedObjectPool#setLifo
 
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait