public final class Scheduler extends Object
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
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.