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

java.lang.Object
  extended by org.apache.felix.http.jetty.internal.JettyService
All Implemented Interfaces:
Runnable

public final class JettyService
extends Object
implements Runnable


Constructor Summary
JettyService(BundleContext context, DispatcherServlet dispatcher, EventDispatcher eventDispatcher, HttpServiceController controller)
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 void updated(Dictionary props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyService

public JettyService(BundleContext context,
                    DispatcherServlet dispatcher,
                    EventDispatcher eventDispatcher,
                    HttpServiceController controller)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

updated

public void updated(Dictionary props)

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.