Uses of Interface
org.eclipse.jetty.util.component.LifeCycle

Packages that use LifeCycle
org.eclipse.jetty.util.component   
org.eclipse.jetty.util.thread   
 

Uses of LifeCycle in org.eclipse.jetty.util.component
 

Classes in org.eclipse.jetty.util.component that implement LifeCycle
 class AbstractLifeCycle
          Basic implementation of the life cycle interface for components.
 

Methods in org.eclipse.jetty.util.component with parameters of type LifeCycle
 void AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleFailure(LifeCycle event, Throwable cause)
           
 void LifeCycle.Listener.lifeCycleFailure(LifeCycle event, Throwable cause)
           
 void AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarted(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStarted(LifeCycle event)
           
 void AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStarting(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStarting(LifeCycle event)
           
 void AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopped(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStopped(LifeCycle event)
           
 void AbstractLifeCycle.AbstractLifeCycleListener.lifeCycleStopping(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStopping(LifeCycle event)
           
 

Uses of LifeCycle in org.eclipse.jetty.util.thread
 

Classes in org.eclipse.jetty.util.thread that implement LifeCycle
 class 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
 class OldQueuedThreadPool
          A pool of threads.
 class QueuedThreadPool
           
 

Methods in org.eclipse.jetty.util.thread with parameters of type LifeCycle
static void ShutdownThread.deregister(LifeCycle lifeCycle)
           
static void ShutdownThread.register(int index, LifeCycle... lifeCycles)
           
static void ShutdownThread.register(LifeCycle... lifeCycles)
           
 



Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.