|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Poolable interface must be implemented by the objects that use the GenericPool service.
Method Summary | |
---|---|
boolean |
getInUse()
Returns the inUse attribute. |
void |
initialize()
Performs some required actions before begining. |
void |
reset()
Resets the pool. |
void |
setInUse(boolean b)
Sets the value of the inUse attribute. |
void |
terminate()
Performs some required actions before finishing. |
Method Detail |
public boolean getInUse()
public void initialize() throws DSEException
DSEException
public void reset() throws DSEException
DSEException
public void setInUse(boolean b)
b
- The value of the attributepublic void terminate() throws DSEException
DSEException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |