|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolableObject | |
| org.huihoo.jfox.pool | |
| org.huihoo.jfox.pool.connection | |
| org.huihoo.jfox.pool.thread | |
| Uses of PoolableObject in org.huihoo.jfox.pool |
| Classes in org.huihoo.jfox.pool that implement PoolableObject | |
class |
TestPoolableObject
|
| Methods in org.huihoo.jfox.pool that return PoolableObject | |
PoolableObject |
ObjectFactorySupport.makeObject()
|
PoolableObject |
ObjectPool.retrieveObject()
retrieve Object from object pool |
PoolableObject |
ObjectFactory.makeObject()
create a new poolable object |
PoolableObject |
SimpleObjectPool.retrieveObject()
retrieve Object from object pool |
PoolableObject |
ProxyObjectFactory.makeObject()
|
PoolableObject |
PoolableObjectInvocationHandler.getPoolableObject()
|
| Methods in org.huihoo.jfox.pool with parameters of type PoolableObject | |
void |
ObjectFactorySupport.destroyObject(PoolableObject object)
destroy a poolabled object |
boolean |
ObjectFactorySupport.validateObject(PoolableObject object)
|
boolean |
ObjectPool.restoreObject(PoolableObject obj)
restore the retrived object to object pool |
boolean |
ObjectPool.removeObject(PoolableObject obj)
remove a poolable object from the pool |
void |
ObjectFactory.destroyObject(PoolableObject object)
destroy a poolabled object |
boolean |
ObjectFactory.validateObject(PoolableObject object)
Ensures that the instance is safe to be returned by the pool |
boolean |
SimpleObjectPool.restoreObject(PoolableObject obj)
restore the retrived object to object pool |
boolean |
SimpleObjectPool.removeObject(PoolableObject obj)
|
boolean |
ProxyObjectFactory.validateObject(PoolableObject object)
|
void |
ProxyObjectFactory.destroyObject(PoolableObject object)
|
| Constructors in org.huihoo.jfox.pool with parameters of type PoolableObject | |
PoolableObjectInvocationHandler(PoolableObject poolableObject)
|
|
| Uses of PoolableObject in org.huihoo.jfox.pool.connection |
| Subinterfaces of PoolableObject in org.huihoo.jfox.pool.connection | |
interface |
PoolableConnection
|
| Classes in org.huihoo.jfox.pool.connection that implement PoolableObject | |
class |
SimplePoolableConnection
wrap a physical connection and make it can put into pool |
| Methods in org.huihoo.jfox.pool.connection that return PoolableObject | |
PoolableObject |
ConnectionFactory.makeObject()
|
| Methods in org.huihoo.jfox.pool.connection with parameters of type PoolableObject | |
void |
ConnectionFactory.destroyObject(PoolableObject object)
destroy the poolConnection in pool. |
| Constructors in org.huihoo.jfox.pool.connection with parameters of type PoolableObject | |
PoolableConnectionInvocationHandler(PoolableObject poolableObject)
|
|
| Uses of PoolableObject in org.huihoo.jfox.pool.thread |
| Methods in org.huihoo.jfox.pool.thread with parameters of type PoolableObject | |
void |
ThreadableObjectFactory.destroyObject(PoolableObject object)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||