Uses of Class
io.microsphere.management.MBeanAttribute
-
Packages that use MBeanAttribute Package Description io.microsphere.management -
-
Uses of MBeanAttribute in io.microsphere.management
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)
Get theMBeanAttributes
from the specified named MBean and its' registeredMBeanServer
Note that the array ofMBeanAttributes
is 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 theMap
with the attribute name andMBeanAttributes
from the specified named MBean and its' registeredMBeanServer
-