|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
void |
close()
|
java.sql.Connection |
getConnection()
get the physical connection |
ObjectPool |
getPool()
Get the pool that this poolableConnection belongs to, so the poolableConnection can be managed by the pool. |
boolean |
isUsing()
|
void |
reallyClose()
Close the physical connection that this PoolableConnection wrapped. |
void |
setPool(ObjectPool pool)
Set which pool that this PoolableConnection belongs to. |
void |
setUsing(boolean b)
|
| Methods inherited from interface org.huihoo.jfox.pool.PoolableObject |
activate, passivate |
| Method Detail |
public ObjectPool getPool()
public void setPool(ObjectPool pool)
pool - public void reallyClose()
public void setUsing(boolean b)
public boolean isUsing()
public java.sql.Connection getConnection()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||