Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.client.am
Class QueryTimerTask  view QueryTimerTask download QueryTimerTask.java

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.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.