org.apache.felix.http.base.internal
Class AbstractHttpActivator
java.lang.Object
org.apache.felix.http.base.internal.AbstractActivator
org.apache.felix.http.base.internal.AbstractHttpActivator
- All Implemented Interfaces:
- BundleActivator
- Direct Known Subclasses:
- BridgeActivator, JettyActivator
public abstract class AbstractHttpActivator
- extends AbstractActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHttpActivator
public AbstractHttpActivator()
getDispatcherServlet
protected final DispatcherServlet getDispatcherServlet()
getEventDispatcher
protected final EventDispatcher getEventDispatcher()
getHttpServiceController
protected final HttpServiceController getHttpServiceController()
doStart
protected void doStart()
throws Exception
- Specified by:
doStart
in class AbstractActivator
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class AbstractActivator
- Throws:
Exception
Copyright © 2011 Apache Software Foundation. All Rights Reserved.