|
Protomatter Software v1.1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that's to be used within the context of an ObjectPool.
ObjectPool
Method Summary | |
void |
afterObjectPoolObjectCheckin()
This method is called after an object has been checked back in, but before the isObjectPoolObjectValid() method is called and before it is made available for checkout again. |
void |
beforeObjectPoolObjectCheckout()
This method is called after the object has been removed from the pool, and before it has been given to whoever is checking it out of the pool. |
void |
deleteObjectPoolObject()
Called when this object has expired or is otherwise not going to be re-used by the pool. |
boolean |
isObjectPoolObjectValid()
Determines if this object should be put back in the pool or not. |
Method Detail |
public void deleteObjectPoolObject()
public boolean isObjectPoolObjectValid()
public void beforeObjectPoolObjectCheckout()
public void afterObjectPoolObjectCheckin()
|
Protomatter Software v1.1.7 Copyright 1998-2002 Nate Sammons |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protomatter Software v1.1.7 | http://protomatter.sourceforge.net/1.1.7 |