org.apache.felix.mosgi.jmx.httpconnector
Class HttpConnectorActivator

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.httpconnector.HttpConnectorActivator
All Implemented Interfaces:
BundleActivator

public class HttpConnectorActivator
extends Object
implements BundleActivator


Field Summary
static BundleContext bc
           
 
Constructor Summary
HttpConnectorActivator()
           
 
Method Summary
 void start(BundleContext bc)
           
 void stop(BundleContext bc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bc

public static BundleContext bc
Constructor Detail

HttpConnectorActivator

public HttpConnectorActivator()
Method Detail

start

public void start(BundleContext bc)
           throws Exception
Specified by:
start in interface BundleActivator
Throws:
Exception

stop

public void stop(BundleContext bc)
          throws Exception
Specified by:
stop in interface BundleActivator
Throws:
Exception


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