|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Poolable
The Poolable interface must be implemented by the objects that use the GenericPool service.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
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. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
boolean getInUse()
void initialize() throws DSEException
com.ibm.dse.base.DSEException
DSEException
void reset() throws DSEException
com.ibm.dse.base.DSEException
DSEException
void setInUse(boolean b)
b
- The value of the attributevoid terminate() throws DSEException
com.ibm.dse.base.DSEException
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |