|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.SpyObject
net.spy.pool.PoolAble
net.spy.pool.JDBCPoolAble
public class JDBCPoolAble
PoolAble object for containing a JDBC object.
| Field Summary |
|---|
| Fields inherited from class net.spy.pool.PoolAble |
|---|
MAY_CLEAN, MUST_CLEAN |
| Constructor Summary | |
|---|---|
JDBCPoolAble(Object theObject,
int poolHash)
Get a JDBC poolable. |
|
JDBCPoolAble(Object theObject,
long maxAge,
int poolHash)
Get a JDBC poolable. |
|
| Method Summary | |
|---|---|
void |
checkIn()
Overridden to deal with SQL Warnings. |
void |
discard()
Discard the object. |
boolean |
isAlive()
Find out of the JDBCPoolAble represents a usable object. |
| Methods inherited from class net.spy.pool.PoolAble |
|---|
activate, checkOut, debug, getObject, getObjectID, intGetObject, isAvailable, isCheckedOut, pruneStatus, setAvailable, setMaxAge, setObjectID, setPoolName, setUnavailable, toString |
| Methods inherited from class net.spy.SpyObject |
|---|
getLogger |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCPoolAble(Object theObject,
int poolHash)
public JDBCPoolAble(Object theObject,
long maxAge,
int poolHash)
| Method Detail |
|---|
public void discard()
PoolAble
discard in class PoolAblePoolAblepublic boolean isAlive()
isAlive in class PoolAblepublic void checkIn()
checkIn in class PoolAblePoolAble
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||