|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPoolableAdaptor
Defines methods that define an adaptor to provide
IPoolable
type behavior to arbitrary objects.
Method Summary | |
---|---|
void |
discardFromPool(Object object)
Invoked when a pooled object is discarded from the pool. |
void |
resetForPool(Object object)
Invoked just as an object is returned to the pool; this allows it to reset any state back to newly initialized. |
Method Detail |
---|
void resetForPool(Object object)
void discardFromPool(Object object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |