|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ am overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.client.am
Class QueryTimerTask

java.lang.Objectjava.util.TimerTask
org.apache.derby.client.am.QueryTimerTask
- All Implemented Interfaces:
- java.lang.Runnable
- public class QueryTimerTask
- extends java.util.TimerTask
| Field Summary | |
private Statement |
statement_
|
private java.util.Timer |
timer_
|
| Fields inherited from class java.util.TimerTask |
|
| Constructor Summary | |
QueryTimerTask(Statement statement,
java.util.Timer timer)
|
|
| Method Summary | |
void |
run()
Method that is called when this task is scheduled for execution. |
| Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
statement_
private Statement statement_
timer_
private java.util.Timer timer_
| Constructor Detail |
QueryTimerTask
public QueryTimerTask(Statement statement, java.util.Timer timer)
| Method Detail |
run
public void run()
- Description copied from class:
java.util.TimerTask - Method that is called when this task is scheduled for execution.
|
|||||||||
| Home >> All >> org >> apache >> derby >> client >> [ am overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC