public interface CronExecutorService extends ExecutorService
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(Runnable task,
CronExpression expression)
Schedules the specified task to execute according to the specified cron expression.
|
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitvoid schedule(Runnable task, CronExpression expression)
task - the Runnable task to scheduleexpression - a cron expressionCopyright © 2004–2014 Paul Ferraro. All rights reserved.