org.apache.felix.webconsole.internal
Class OsgiManagerActivator

java.lang.Object
  extended by org.apache.felix.webconsole.internal.OsgiManagerActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class OsgiManagerActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator


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

Constructor Detail

OsgiManagerActivator

public OsgiManagerActivator()
Method Detail

start

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

stop

public void stop(org.osgi.framework.BundleContext arg0)
Specified by:
stop in interface org.osgi.framework.BundleActivator