类的使用
io.microsphere.management.MBeanAttribute
-
使用MBeanAttribute的程序包 程序包 说明 io.microsphere.management -
-
io.microsphere.management中MBeanAttribute的使用
返回MBeanAttribute的io.microsphere.management中的方法 修饰符和类型 方法 说明 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()
返回变量类型为MBeanAttribute的类型的io.microsphere.management中的方法 修饰符和类型 方法 说明 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
-