org.apache.felix.webconsole.internal
Class OsgiManagerActivator

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

public class OsgiManagerActivator
extends Object
implements BundleActivator


Constructor Summary
OsgiManagerActivator()
           
 
Method Summary
 void start(BundleContext bundleContext)
           
 void stop(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(BundleContext bundleContext)
Specified by:
start in interface BundleActivator

stop

public void stop(BundleContext arg0)
Specified by:
stop in interface BundleActivator


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.