Package org.eclipse.jetty.util.thread
Class ShutdownThread
java.lang.Object
java.lang.Thread
org.eclipse.jetty.util.thread.ShutdownThread
- All Implemented Interfaces:
Runnable
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
deregister
(LifeCycle lifeCycle) Deprecated.static ShutdownThread
Deprecated.Returns the instance of the singletonstatic boolean
isRegistered
(LifeCycle lifeCycle) Deprecated.static void
Deprecated.static void
Deprecated.void
run()
Deprecated.Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, suspend, threadId, toString, yield
-
Method Details
-
getInstance
Deprecated.Returns the instance of the singleton- Returns:
- the singleton instance of the
ShutdownThread
-
register
Deprecated. -
register
Deprecated. -
deregister
Deprecated. -
isRegistered
Deprecated. -
run
public void run()Deprecated.
-