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_ARRAYMethods in io.microsphere.management that return MBeanAttribute Modifier and Type Method Description static MBeanAttribute[]JmxUtils. getMBeanAttributes(javax.management.MBeanServer mBeanServer, javax.management.ObjectName objectName)Get theMBeanAttributesfrom the specified named MBean and its' registeredMBeanServerNote that the array ofMBeanAttributesis the same order ofMBeanInfo.getAttributes()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)Get theMapwith the attribute name andMBeanAttributesfrom the specified named MBean and its' registeredMBeanServer
-