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

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

Uses of LifeCycle in org.eclipse.jetty.util
 

Classes in org.eclipse.jetty.util that implement LifeCycle
 class Scanner
          Scanner 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 LifeCycle
 class AbstractLifeCycle
          Basic implementation of the life cycle interface for components.
 class AggregateLifeCycle
          An AggregateLifeCycle is an AbstractLifeCycle with a collection of dependent beans.
 

Methods in org.eclipse.jetty.util.component with parameters of type LifeCycle
static String AbstractLifeCycle.getState(LifeCycle lc)
           
 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 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-2011 Mort Bay Consulting. All Rights Reserved.