|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Classes that wish to be notified when they are fetched from the pool and subsequently released back to the pool must implement this interface. This interface works in conjunction with the NotifyPooler only.
| Method Summary | |
void |
fetched(Pooler src)
This method is called when the object is fetched from a NotifyPooler. |
void |
released(Pooler dest)
This method is called when the object is released back to a NotifyPooler. |
| Method Detail |
public void fetched(Pooler src)
src - the Pooler from where the object is removed.public void released(Pooler dest)
dest - the Pooler where the object is returned.
|
PooliT v2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||