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

This is the main, starting class of the Bundle. It initializes and disposes the Apache Web Console upon bundle lifecycle requests.


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
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

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


Copyright © 2012 FuseSource, Corp.. All Rights Reserved.