org.ow2.util.jmx.impl.osgi
Class Activator

java.lang.Object
  extended by org.ow2.util.jmx.impl.osgi.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

Author:
missonng

Constructor Summary
Activator()
           
 
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
 

Constructor Detail

Activator

public Activator()
Method Detail

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-2010 OW2 Consortium. All Rights Reserved.