org.apache.felix.http.jetty
Class Activator.ConnectorListener

java.lang.Object
  extended by org.apache.felix.http.jetty.Activator.ConnectorListener
All Implemented Interfaces:
EventListener, org.mortbay.component.LifeCycle.Listener
Enclosing class:
Activator

public class Activator.ConnectorListener
extends Object
implements org.mortbay.component.LifeCycle.Listener


Constructor Summary
Activator.ConnectorListener(String svcPropName)
           
 
Method Summary
 void lifeCycleFailure(org.mortbay.component.LifeCycle event, Throwable cause)
           
 void lifeCycleStarted(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStarting(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStopped(org.mortbay.component.LifeCycle event)
           
 void lifeCycleStopping(org.mortbay.component.LifeCycle event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator.ConnectorListener

public Activator.ConnectorListener(String svcPropName)
Method Detail

lifeCycleFailure

public void lifeCycleFailure(org.mortbay.component.LifeCycle event,
                             Throwable cause)
Specified by:
lifeCycleFailure in interface org.mortbay.component.LifeCycle.Listener

lifeCycleStarted

public void lifeCycleStarted(org.mortbay.component.LifeCycle event)
Specified by:
lifeCycleStarted in interface org.mortbay.component.LifeCycle.Listener

lifeCycleStarting

public void lifeCycleStarting(org.mortbay.component.LifeCycle event)
Specified by:
lifeCycleStarting in interface org.mortbay.component.LifeCycle.Listener

lifeCycleStopped

public void lifeCycleStopped(org.mortbay.component.LifeCycle event)
Specified by:
lifeCycleStopped in interface org.mortbay.component.LifeCycle.Listener

lifeCycleStopping

public void lifeCycleStopping(org.mortbay.component.LifeCycle event)
Specified by:
lifeCycleStopping in interface org.mortbay.component.LifeCycle.Listener


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.