Package org.apache.activemq.thread
Class SchedulerTimerTask
- java.lang.Object
-
- java.util.TimerTask
-
- org.apache.activemq.thread.SchedulerTimerTask
-
-
Constructor Summary
Constructors Constructor Description SchedulerTimerTask(Runnable task)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
-