|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.jmx.Activator
public class Activator
Activator for JMX OSGi bundle.
Constructor Summary | |
---|---|
Activator()
|
Method Summary | |
---|---|
void |
start(org.osgi.framework.BundleContext context)
Called when JMX OSGi bundle starts. |
void |
stop(org.osgi.framework.BundleContext bc)
Called when JMX OSGi bundle stops. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Activator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws Exception
Called when JMX OSGi bundle starts. This method creates and starts JMX agent.
start
in interface org.osgi.framework.BundleActivator
Exception
BundleActivator.start(BundleContext)
public void stop(org.osgi.framework.BundleContext bc) throws Exception
Called when JMX OSGi bundle stops.
This method stops agent and logger @see Logger
.
stop
in interface org.osgi.framework.BundleActivator
Exception
BundleActivator.stop(BundleContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |