Interface | Description |
---|---|
Scheduler | |
Scheduler.Task | |
ThreadPool |
ThreadPool.
|
ThreadPool.SizedThreadPool |
Class | Description |
---|---|
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 |
NonBlockingThread |
Marker that wraps a Runnable, indicating that it is running in a thread that must not be blocked.
|
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
|
TimerScheduler |
A scheduler based on the the JVM Timer class
|
Copyright © 1995-2015 Webtide. All Rights Reserved.