Uses of Interface
org.mortbay.component.LifeCycle

Packages that use LifeCycle
org.mortbay.component   
org.mortbay.thread   
 

Uses of LifeCycle in org.mortbay.component
 

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

Methods in org.mortbay.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.mortbay.thread
 

Classes in org.mortbay.thread that implement LifeCycle
 class BoundedThreadPool
          Deprecated. Use QueuedThreadPool
 class QueuedThreadPool
          A pool of threads.
 



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