Package org.eclipse.jetty.util.thread
Interface Scheduler
-
- All Superinterfaces:
LifeCycle
- All Known Implementing Classes:
ScheduledExecutorScheduler
,TimerScheduler
@Deprecated(since="2021-05-27") public interface Scheduler extends LifeCycle
Deprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
Scheduler.Task
Deprecated.-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.LifeCycle
LifeCycle.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Scheduler.Task
schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit units)
Deprecated.-
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)
Deprecated.
-
-