org.eclipse.jetty.osgi.equinoxtools
Class WebEquinoxToolsActivator

java.lang.Object
  extended by org.eclipse.jetty.osgi.equinoxtools.WebEquinoxToolsActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class WebEquinoxToolsActivator
extends Object
implements org.osgi.framework.BundleActivator

When started will register on the HttpService 3 servlets for 3 different styles of equinox consoles.


Constructor Summary
WebEquinoxToolsActivator()
           
 
Method Summary
static org.osgi.framework.BundleContext getContext()
           
 void start(org.osgi.framework.BundleContext bundleContext)
           
 void stop(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebEquinoxToolsActivator

public WebEquinoxToolsActivator()
Method Detail

getContext

public static org.osgi.framework.BundleContext getContext()

start

public void start(org.osgi.framework.BundleContext bundleContext)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext bundleContext)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
Exception


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