org.apache.aries.jmx.blueprint.impl
Class Activator
java.lang.Object
org.apache.aries.jmx.blueprint.impl.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundleContext
protected org.osgi.framework.BundleContext bundleContext
blueprintState
protected StandardMBean blueprintState
blueprintStateName
protected ObjectName blueprintStateName
blueprintMetadata
protected StandardMBean blueprintMetadata
blueprintMetadataName
protected ObjectName blueprintMetadataName
mbeanServers
protected List<MBeanServer> mbeanServers
mbeanServiceTracker
protected org.osgi.util.tracker.ServiceTracker mbeanServiceTracker
servicesRegistered
protected AtomicBoolean servicesRegistered
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext context)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
registerMBeans
protected void registerMBeans(MBeanServer mbeanServer)
deregisterMBeans
protected void deregisterMBeans(MBeanServer mbeanServer)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.