|
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.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getGrantTime()
Returns the grant time of the pool object. |
boolean |
getInUse()
Returns the inUse attribute. |
java.lang.String |
getUID()
Set UID to the pool instance. |
void |
initialize()
Performs some required actions before begining. |
void |
reset()
Resets the pool. |
void |
setGrantTime(java.lang.String string)
Set the grant time of the pool object. |
void |
setInUse(boolean b)
Sets the value of the inUse attribute. |
void |
setUID(java.lang.String uid)
Set UID to the pool instance. |
void |
terminate()
Performs some required actions before finishing. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.String getGrantTime()
public void setGrantTime(java.lang.String string)
string
- - the grant time of the pool object.public boolean getInUse()
public void initialize() throws DSEException
DSEException
DSEException
public void reset() throws DSEException
DSEException
DSEException
public void setInUse(boolean b)
b
- The value of the attributepublic void terminate() throws DSEException
DSEException
DSEException
public void setUID(java.lang.String uid)
DSEException
public java.lang.String getUID()
DSEException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |