net.sf.kernow.xquery
Class ScheduledXQuery

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sf.kernow.xquery.ScheduledXQuery
All Implemented Interfaces:
java.lang.Runnable

public class ScheduledXQuery
extends java.util.TimerTask

A helper class that allows an XQuery to be run after a scheduled amount of time.


Constructor Summary
ScheduledXQuery(TabSandbox xquerySandbox)
           
 
Method Summary
 void run()
           
 
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
 

Constructor Detail

ScheduledXQuery

public ScheduledXQuery(TabSandbox xquerySandbox)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask