Save This Page
Home » commons-pool-1.4-src » org.apache.commons » pool » [javadoc | source]
org.apache.commons.pool
static class: PoolUtils.CheckedKeyedObjectPool [javadoc | source]
java.lang.Object
   org.apache.commons.pool.PoolUtils$CheckedKeyedObjectPool

All Implemented Interfaces:
    KeyedObjectPool

Constructor:
 CheckedKeyedObjectPool(KeyedObjectPool keyedPool,
    Class type) 
Method from org.apache.commons.pool.PoolUtils$CheckedKeyedObjectPool Summary:
addObject,   borrowObject,   clear,   clear,   close,   getNumActive,   getNumActive,   getNumIdle,   getNumIdle,   invalidateObject,   returnObject,   setFactory,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.pool.PoolUtils$CheckedKeyedObjectPool Detail:
 public  void addObject(Object key) throws Exception, UnsupportedOperationException, IllegalStateException 
 public Object borrowObject(Object key) throws Exception, NoSuchElementException, IllegalStateException 
 public  void clear() throws Exception, UnsupportedOperationException 
 public  void clear(Object key) throws Exception, UnsupportedOperationException 
 public  void close() 
 public int getNumActive() throws UnsupportedOperationException 
 public int getNumActive(Object key) throws UnsupportedOperationException 
 public int getNumIdle() throws UnsupportedOperationException 
 public int getNumIdle(Object key) throws UnsupportedOperationException 
 public  void invalidateObject(Object key,
    Object obj) 
 public  void returnObject(Object key,
    Object obj) 
 public  void setFactory(KeyedPoolableObjectFactory factory) throws UnsupportedOperationException, IllegalStateException 
 public String toString()