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 LifeCycle.Listener.lifeCycleFailure(LifeCycle event, java.lang.Throwable cause)
           
 void LifeCycle.Listener.lifeCycleStarted(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStarting(LifeCycle event)
           
 void LifeCycle.Listener.lifeCycleStopped(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
 class OldQueuedThreadPool
          A pool of threads.
 class QueuedThreadPool
           
 



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