org.ow2.util.jmx.impl.osgi
Class Activator
java.lang.Object
org.ow2.util.jmx.impl.osgi.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
- Author:
- missonng
|
Method Summary |
void |
start(org.osgi.framework.BundleContext bc)
Start the jmx service. |
void |
stop(org.osgi.framework.BundleContext bc)
Stop the jmx service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext bc)
- Start the jmx service.
- Specified by:
start in interface org.osgi.framework.BundleActivator
- Parameters:
The - bundle context.
stop
public void stop(org.osgi.framework.BundleContext bc)
- Stop the jmx service.
- Specified by:
stop in interface org.osgi.framework.BundleActivator
- Parameters:
The - bundle context.
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.