|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ds.fw.dbcon.FwDBConnection
| Constructor Summary | |
FwDBConnection()
|
|
| Method Summary | |
void |
FwDBConnection()
|
java.sql.Connection |
getConnection()
Get method. |
long |
getLastUsedTime()
Get method. |
long |
getLifeTime()
Get method.Get the lifetime of the connection |
long |
getStartUsedTime()
Get method. |
int |
getStatus()
Get method. |
long |
getTimeout()
Get method. |
boolean |
isClosed()
|
void |
setConnection(java.sql.Connection connection)
Set method. |
void |
setLastUsedTime(long lastUsedTime1)
Set method. |
void |
setLifeTime(long lifeTime1)
Set method. |
void |
setStartUsedTime(long startUsedTime1)
Set method. |
void |
setStatus(int status1)
Set method. |
void |
setTimeout(long timeout1)
Set method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FwDBConnection()
| Method Detail |
public void FwDBConnection()
public java.sql.Connection getConnection()
public void setConnection(java.sql.Connection connection)
public int getStatus()
public void setStatus(int status1)
public long getLifeTime()
public void setLifeTime(long lifeTime1)
public long getTimeout()
public void setTimeout(long timeout1)
public long getLastUsedTime()
public void setLastUsedTime(long lastUsedTime1)
public long getStartUsedTime()
public void setStartUsedTime(long startUsedTime1)
public boolean isClosed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||