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

All Implemented Interfaces:
    PoolableObjectFactory

Method from org.apache.commons.pool.impl.TestSoftRefOutOfMemory$SmallPoolableObjectFactory Summary:
activateObject,   destroyObject,   makeObject,   passivateObject,   validateObject
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.pool.impl.TestSoftRefOutOfMemory$SmallPoolableObjectFactory Detail:
 public  void activateObject(Object obj) 
 public  void destroyObject(Object obj) 
 public Object makeObject() 
 public  void passivateObject(Object obj) 
 public boolean validateObject(Object obj)