org.apache.activemq.thread
Class SchedulerTimerTask
java.lang.Object
java.util.TimerTask
org.apache.activemq.thread.SchedulerTimerTask
- All Implemented Interfaces:
- Runnable
public class SchedulerTimerTask
- extends TimerTask
A TimeTask for a Runnable object
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchedulerTimerTask
public SchedulerTimerTask(Runnable task)
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class TimerTask
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.