Uses of Interface
org.eclipse.jetty.util.component.LifeCycle
Packages that use LifeCycle
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Jetty Lifecycle Management
Jetty Util : Common Memory Leak Prevention Tooling
Jetty Util : Common SSL Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of LifeCycle in org.eclipse.jetty.util
Classes in org.eclipse.jetty.util that implement LifeCycleModifier and TypeClassDescriptionclassLeakDetector<T>A facility to detect improper usage of resource pools.classWatch a Path (and sub directories) for Path changes.classScanner Utility for scanning a directory for added, removed and changed files and reporting these events via registered Listeners. -
Uses of LifeCycle in org.eclipse.jetty.util.component
Classes in org.eclipse.jetty.util.component that implement LifeCycleModifier and TypeClassDescriptionclassBasic implementation of the life cycle interface for components.classAn Attributes implementation that holds it's values in an immutableContainerLifeCycleclassA ContainerLifeCycle is anLifeCycleimplementation for a collection of contained beans.classA LifeCycle that when started will stop another LifeCycleMethods in org.eclipse.jetty.util.component with parameters of type LifeCycleModifier and TypeMethodDescriptionvoidContainerLifeCycle.addManaged(LifeCycle lifecycle) Adds a managed lifecycle.static StringvoidAbstractLifeCycle.AbstractLifeCycleListener.lifeCycleFailure(LifeCycle event, Throwable cause) Deprecated.voidFileNoticeLifeCycleListener.lifeCycleFailure(LifeCycle event, Throwable cause) default voidLifeCycle.Listener.lifeCycleFailure(LifeCycle event, Throwable cause) voidAbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarted(LifeCycle event) Deprecated.voidFileNoticeLifeCycleListener.lifeCycleStarted(LifeCycle event) default voidLifeCycle.Listener.lifeCycleStarted(LifeCycle event) voidStopLifeCycle.lifeCycleStarted(LifeCycle lifecycle) voidAbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarting(LifeCycle event) Deprecated.voidFileNoticeLifeCycleListener.lifeCycleStarting(LifeCycle event) default voidLifeCycle.Listener.lifeCycleStarting(LifeCycle event) voidAbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopped(LifeCycle event) Deprecated.voidFileNoticeLifeCycleListener.lifeCycleStopped(LifeCycle event) default voidLifeCycle.Listener.lifeCycleStopped(LifeCycle event) voidAbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopping(LifeCycle event) Deprecated.voidFileNoticeLifeCycleListener.lifeCycleStopping(LifeCycle event) default voidLifeCycle.Listener.lifeCycleStopping(LifeCycle event) protected voidStarts the given lifecycle.protected voidStops the given lifecycle.Constructors in org.eclipse.jetty.util.component with parameters of type LifeCycle -
Uses of LifeCycle in org.eclipse.jetty.util.compression
Classes in org.eclipse.jetty.util.compression that implement LifeCycle -
Uses of LifeCycle in org.eclipse.jetty.util.preventers
Classes in org.eclipse.jetty.util.preventers that implement LifeCycleModifier and TypeClassDescriptionclassAbstractLeakPreventer Abstract base class for code that seeks to avoid pinning of webapp classloaders by using the jetty classloader to proactively call the code that pins them (generally pinned as static data members, or as static data members that are daemon threads (which use the context classloader)).classAppContextLeakPreventer Cause the classloader that is pinned by AppContext.getAppContext() to be a container or system classloader, not a webapp classloader.classAWTLeakPreventer See https://issues.jboss.org/browse/AS7-3733 The java.awt.Toolkit class has a static field that is the default toolkit.classDeprecated.reported as fixed in jdk 7, see https://bugs.java.com/bugdatabase/view_bug.do?classDriverManagerLeakPreventer Cause DriverManager.getCallerClassLoader() to be called, which will pin the classloader.classDeprecated.fixed in jdvm 9b130, see https://bugs.java.com/bugdatabase/view_bug.do?classDeprecated.fixed in jdk 9, see https://bugs.java.com/bugdatabase/view_bug.do?classDeprecated.fixed in jdk 8u192classDeprecated.classloader does not seem to be held any moreclassDeprecated.sun.security.pkcs11.SunPKCS11 class explicitly sets thread classloader to null -
Uses of LifeCycle in org.eclipse.jetty.util.ssl
Classes in org.eclipse.jetty.util.ssl that implement LifeCycleModifier and TypeClassDescriptionclassTheKeyStoreScanneris used to monitor the KeyStore file used by theSslContextFactory.classSslContextFactory is used to configure SSL parameters to be used by server and client connectors.static classstatic class -
Uses of LifeCycle in org.eclipse.jetty.util.thread
Subinterfaces of LifeCycle in org.eclipse.jetty.util.threadClasses in org.eclipse.jetty.util.thread that implement LifeCycleModifier and TypeClassDescriptionclassDeprecated.classAThreadPool.SizedThreadPoolwrapper aroundThreadPoolExecutor.classAQueuedThreadPoolsubclass that monitors its own activity by recording queue and task statistics.classA thread pool with a queue of jobs to execute.classA TryExecutor using pre-allocated/reserved threads from an external Executor.classImplementation ofSchedulerbased on JDK'sScheduledThreadPoolExecutor.classA utility class to perform periodic sweeping of resources.classA scheduler based on the the JVM Timer classMethods in org.eclipse.jetty.util.thread with parameters of type LifeCycleModifier and TypeMethodDescriptionstatic voidShutdownThread.deregister(LifeCycle lifeCycle) static booleanShutdownThread.isRegistered(LifeCycle lifeCycle) static voidstatic void -
Uses of LifeCycle in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement LifeCycleModifier and TypeClassDescriptionclassA strategy where the thread that produces will run the resulting task if it is possible to do so without thread starvation.