org.apache.commons.pool.impl
Class TestSoftRefOutOfMemory.SmallPoolableObjectFactory
java.lang.Object
org.apache.commons.pool.impl.TestSoftRefOutOfMemory.SmallPoolableObjectFactory
- All Implemented Interfaces:
- org.apache.commons.pool.PoolableObjectFactory
- Enclosing class:
- TestSoftRefOutOfMemory
public static class TestSoftRefOutOfMemory.SmallPoolableObjectFactory
- extends Object
- implements org.apache.commons.pool.PoolableObjectFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSoftRefOutOfMemory.SmallPoolableObjectFactory
public TestSoftRefOutOfMemory.SmallPoolableObjectFactory()
makeObject
public Object makeObject()
- Specified by:
makeObject
in interface org.apache.commons.pool.PoolableObjectFactory
validateObject
public boolean validateObject(Object obj)
- Specified by:
validateObject
in interface org.apache.commons.pool.PoolableObjectFactory
activateObject
public void activateObject(Object obj)
- Specified by:
activateObject
in interface org.apache.commons.pool.PoolableObjectFactory
passivateObject
public void passivateObject(Object obj)
- Specified by:
passivateObject
in interface org.apache.commons.pool.PoolableObjectFactory
destroyObject
public void destroyObject(Object obj)
- Specified by:
destroyObject
in interface org.apache.commons.pool.PoolableObjectFactory
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.