Uses of Interface
org.apache.zookeeper.jmx.ZKMBeanInfo
-
Packages that use ZKMBeanInfo Package Description org.apache.zookeeper.jmx -
-
Uses of ZKMBeanInfo in org.apache.zookeeper.jmx
Methods in org.apache.zookeeper.jmx with parameters of type ZKMBeanInfo Modifier and Type Method Description void
MBeanRegistry. register(ZKMBeanInfo bean, ZKMBeanInfo parent)
Registers a new MBean with the platform MBean server.void
MBeanRegistry. unregister(ZKMBeanInfo bean)
Unregister MBean.
-