|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.osgi.util.tracker.ServiceTracker
org.apache.aries.jmx.AbstractCompendiumHandler
org.apache.aries.jmx.cm.ConfigurationAdminMBeanHandler
public class ConfigurationAdminMBeanHandler
Implementation of MBeanHandler
which manages the ConfigurationAdminMBean
implementation
Field Summary |
---|
Fields inherited from class org.apache.aries.jmx.AbstractCompendiumHandler |
---|
agentContext, mbean, trackedId |
Fields inherited from class org.osgi.util.tracker.ServiceTracker |
---|
context, filter |
Constructor Summary | |
---|---|
ConfigurationAdminMBeanHandler(JMXAgentContext agentContext)
Constructs new ConfigurationAdminMBeanHandler instance |
Method Summary | |
---|---|
protected StandardMBean |
constructInjectMBean(Object targetService)
Implement this method to construct an appropriate StandardMBean instance which is backed by the supplied
service tracked by this handler |
String |
getName()
Gets name of the MBean. |
Methods inherited from class org.apache.aries.jmx.AbstractCompendiumHandler |
---|
addingService, getMbean, removedService |
Methods inherited from class org.osgi.util.tracker.ServiceTracker |
---|
close, getService, getService, getServiceReference, getServiceReferences, getServices, getTrackingCount, modifiedService, open, open, remove, size, waitForService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.aries.jmx.MBeanHandler |
---|
close, open |
Constructor Detail |
---|
public ConfigurationAdminMBeanHandler(JMXAgentContext agentContext)
agentContext
- JMXAgentContext instanceMethod Detail |
---|
protected StandardMBean constructInjectMBean(Object targetService)
AbstractCompendiumHandler
StandardMBean
instance which is backed by the supplied
service tracked by this handler
constructInjectMBean
in class AbstractCompendiumHandler
targetService
- the compendium service tracked by this handler
StandardMBean
instance whose registration lifecycle will be managed by this handlerAbstractCompendiumHandler.constructInjectMBean(java.lang.Object)
public String getName()
MBeanHandler
MBeanHandler.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |