|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the required methods a PoolHandler must implement
| Method Summary | |
java.lang.Object |
create()
Called by a Pooler to create a new object. |
void |
destroy(java.lang.Object o)
Called by a Pooler to perform any cleanup and destroy the object for garbage collection. |
boolean |
verify(java.lang.Object o)
Called by a Pooler to verify that the object is in a consistent and useable state. |
| Method Detail |
public java.lang.Object create()
throws CreateException
CreateExceptionpublic void destroy(java.lang.Object o)
o - the object to be destroyedpublic boolean verify(java.lang.Object o)
o - the object to be tested
|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||