Package org.eclipse.jetty.util.thread
Interface Scheduler
-
- All Superinterfaces:
LifeCycle
- All Known Implementing Classes:
ScheduledExecutorScheduler
,TimerScheduler
public interface Scheduler extends LifeCycle
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Scheduler.Task
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Scheduler.Task
schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
-
Methods inherited from interface org.eclipse.jetty.util.component.LifeCycle
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
-
-
-
-
Method Detail
-
schedule
Scheduler.Task schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
-
-