org.apache.aries.jmx.blueprint.impl
Class Activator

java.lang.Object
  extended by org.apache.aries.jmx.blueprint.impl.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

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


Field Summary
protected  StandardMBean blueprintMetadata
           
protected  ObjectName blueprintMetadataName
           
protected  StandardMBean blueprintState
           
protected  ObjectName blueprintStateName
           
protected  org.osgi.framework.BundleContext bundleContext
           
protected  List<MBeanServer> mbeanServers
           
protected  org.osgi.util.tracker.ServiceTracker mbeanServiceTracker
           
protected  AtomicBoolean servicesRegistered
           
 
Constructor Summary
Activator()
           
 
Method Summary
protected  void deregisterMBeans(MBeanServer mbeanServer)
           
protected  void registerMBeans(MBeanServer mbeanServer)
           
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Activator

public Activator()
Method Detail

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.