Uses of Class
io.microsphere.management.MBeanAttribute
-
Packages that use MBeanAttribute Package Description io.microsphere.management -
-
Uses of MBeanAttribute in io.microsphere.management
Fields in io.microsphere.management declared as MBeanAttribute Modifier and Type Field Description static MBeanAttribute[]
JmxUtils. EMPTY_MBEAN_ATTRIBUTE_ARRAY
Methods in io.microsphere.management that return MBeanAttribute Modifier and Type Method Description static MBeanAttribute[]
JmxUtils. getMBeanAttributes(javax.management.MBeanServer mBeanServer, javax.management.ObjectName objectName)
Retrieves an array ofMBeanAttribute
objects representing the attributes of the specified MBean.Methods in io.microsphere.management that return types with arguments of type MBeanAttribute Modifier and Type Method Description static java.util.Map<java.lang.String,MBeanAttribute>
JmxUtils. getMBeanAttributesMap(javax.management.MBeanServer mBeanServer, javax.management.ObjectName objectName)
Retrieves a read-only map of MBean attributes for the specified MBean registered in the given MBeanServer.
-