|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Poolable is an interface that must be implemented by Objects that are capable of being managed in a pooled fashion by dbXML.
ObjectPool| Method Summary | |
void |
reclaim()
reclaim prompts the Poolable object to return itself to the ObjectPool. |
void |
setPool(ObjectPool pool)
setPool passes a reference to the originating ObjectPool for this Object. |
| Method Detail |
public void setPool(ObjectPool pool)
pool - The parent ObjectPoolpublic void reclaim()
|
dbXML API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||