org.apache.felix.webconsole.internal
Class KarafOsgiManagerActivator

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

public class KarafOsgiManagerActivator
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
KarafOsgiManagerActivator()
           
 
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

KarafOsgiManagerActivator

public KarafOsgiManagerActivator()
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 © 2007-2011 Apache Software Foundation. All Rights Reserved.