Modifier and Type | Field and Description |
---|---|
static Timer |
CLOCK_DAEMON |
Modifier and Type | Method and Description |
---|---|
static void |
cancel(Runnable task) |
static void |
executeAfterDelay(Runnable task,
long redeliveryDelay) |
static void |
executePeriodically(Runnable task,
long period) |
static void |
shutdown() |
public static final Timer CLOCK_DAEMON
public static void executePeriodically(Runnable task, long period)
public static void executeAfterDelay(Runnable task, long redeliveryDelay)
public static void shutdown()
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.