org.apache.activemq.apollo.util
Class Scheduler
java.lang.Object
org.apache.activemq.apollo.util.Scheduler
public final class Scheduler
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLOCK_DAEMON
public static final java.util.Timer CLOCK_DAEMON
executePeriodically
public static void executePeriodically(java.lang.Runnable task,
long period)
cancel
public static void cancel(java.lang.Runnable task)
executeAfterDelay
public static void executeAfterDelay(java.lang.Runnable task,
long redeliveryDelay)
shutdown
public static void shutdown()
Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.