public interface MBeanHandler
Represents JMX OSGi MBeans handler. Storing information about holden MBean.
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Stops handler.
|
javax.management.StandardMBean |
getMbean()
Gets MBean holden by handler.
|
java.lang.String |
getName()
Gets name of the MBean.
|
void |
open()
Starts handler.
|
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.