|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by any user class of QuickServer so that QuickServer can create a pool of objects and reuse objects from that pool.
Method Summary | |
org.apache.commons.pool.PoolableObjectFactory |
getPoolableObjectFactory()
Will return a PoolableObjectFactory object for
this Object implementation if it is poolable
else will return null |
boolean |
isPoolable()
Returns weather or not this Object impelementation can be pooled. |
Method Detail |
public boolean isPoolable()
public org.apache.commons.pool.PoolableObjectFactory getPoolableObjectFactory()
PoolableObjectFactory
object for
this Object implementation if it is poolable
else will return null
|
QuickServer v1.4.5 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |