|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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 Xindice.
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()
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||