| Interface | Description |
|---|---|
| ExecutionStrategy | |
| ExecutionStrategy.Factory |
A factory for
ExecutionStrategy. |
| ExecutionStrategy.Producer |
A producer of
Runnable tasks to run. |
| ExecutionStrategy.Rejectable |
A task that can handle
RejectedExecutionException |
| Scheduler | |
| Scheduler.Task | |
| Sweeper.Sweepable |
A
Sweeper.Sweepable resource implements this interface to
signal to a Sweeper or to a parent container if it
needs to be swept or not. |
| ThreadPool |
ThreadPool.
|
| ThreadPool.SizedThreadPool |
| Class | Description |
|---|---|
| ExecutionStrategy.DefaultExecutionStrategyFactory | |
| ExecutorThreadPool |
Jetty ThreadPool using java 5 ThreadPoolExecutor
This class wraps a
ExecutorService as a ThreadPool and
LifeCycle interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server |
| Locker |
Convenience Lock Wrapper.
|
| QueuedThreadPool | |
| ScheduledExecutorScheduler |
Implementation of
Scheduler based on JDK's ScheduledThreadPoolExecutor. |
| ShutdownThread |
ShutdownThread is a shutdown hook thread implemented as
singleton that maintains a list of lifecycle instances
that are registered with it and provides ability to stop
these lifecycles upon shutdown of the Java Virtual Machine
|
| Sweeper |
A utility class to perform periodic sweeping of resources.
|
| ThreadClassLoaderScope | |
| TimerScheduler |
A scheduler based on the the JVM Timer class
|
Copyright © 1995–2018 Webtide. All rights reserved.