|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
destroyObject(PoolableObject object)
destroy a poolabled object |
java.lang.Class |
getObjectClass()
|
PoolableObject |
makeObject()
create a new poolable object |
boolean |
validateObject(PoolableObject object)
Ensures that the instance is safe to be returned by the pool |
| Method Detail |
public java.lang.Class getObjectClass()
public PoolableObject makeObject()
throws java.lang.Exception
java.lang.Exception
public void destroyObject(PoolableObject object)
throws java.lang.Exception
object -
java.lang.Exceptionpublic boolean validateObject(PoolableObject object)
object -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||