org.apache.geronimo.timer
Class ExecutorFeedingTimerTask

java.lang.Object
  extended by java.util.TimerTask
      extended by org.apache.geronimo.timer.ExecutorFeedingTimerTask
All Implemented Interfaces:
Runnable

public class ExecutorFeedingTimerTask
extends TimerTask


Constructor Summary
ExecutorFeedingTimerTask(WorkInfo workInfo, ThreadPooledTimer threadPooledTimer)
           
 
Method Summary
 boolean cancel()
           
 boolean isCancelled()
           
 void run()
           
 
Methods inherited from class java.util.TimerTask
scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorFeedingTimerTask

public ExecutorFeedingTimerTask(WorkInfo workInfo,
                                ThreadPooledTimer threadPooledTimer)
Method Detail

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

cancel

public boolean cancel()
Overrides:
cancel in class TimerTask

isCancelled

public boolean isCancelled()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.