org.apache.activemq.thread
Class Scheduler
java.lang.Object
org.apache.activemq.thread.Scheduler
public class Scheduler
- extends Object
- Version:
- $Revision$
Field Summary |
static edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor |
clockDaemon
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clockDaemon
public static edu.emory.mathcs.backport.java.util.concurrent.ScheduledThreadPoolExecutor clockDaemon
Scheduler
public Scheduler()
executePeriodically
public static void executePeriodically(Runnable task,
long period)
cancel
public static void cancel(Runnable task)
executeAfterDelay
public static void executeAfterDelay(Runnable task,
long redeliveryDelay)
Copyright © 2011 Apache Software Foundation. All Rights Reserved.