org.apache.felix.http.jetty.internal
Class JettyActivator

java.lang.Object
  extended by org.apache.felix.http.base.internal.AbstractActivator
      extended by org.apache.felix.http.base.internal.AbstractHttpActivator
          extended by org.apache.felix.http.jetty.internal.JettyActivator
All Implemented Interfaces:
BundleActivator

public final class JettyActivator
extends AbstractHttpActivator


Constructor Summary
JettyActivator()
           
 
Method Summary
protected  void doStart()
           
protected  void doStop()
           
 
Methods inherited from class org.apache.felix.http.base.internal.AbstractHttpActivator
getDispatcherServlet, getEventDispatcher, getHttpServiceController
 
Methods inherited from class org.apache.felix.http.base.internal.AbstractActivator
getBundleContext, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyActivator

public JettyActivator()
Method Detail

doStart

protected void doStart()
                throws Exception
Overrides:
doStart in class AbstractHttpActivator
Throws:
Exception

doStop

protected void doStop()
               throws Exception
Overrides:
doStop in class AbstractHttpActivator
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.