|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.module.database.JDBCProbe
JDBCProbe checks all JDBC connection every X seconds to find and remove bad connections works using a callback into JDBC.
| Constructor Summary | |
JDBCProbe(JDBC parent)
|
|
JDBCProbe(JDBC parent,
int ct)
|
|
| Method Summary | |
void |
init()
|
void |
run()
admin probe, try's to make a call to all the maintainance calls. |
void |
start()
Starts the admin Thread. |
void |
stop()
Stops the admin Thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JDBCProbe(JDBC parent)
public JDBCProbe(JDBC parent,
int ct)
| Method Detail |
public void init()
public void start()
public void stop()
public void run()
run in interface java.lang.Runnable
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||