类的用途
javax.management.MBeanAttributeInfo
使用 MBeanAttributeInfo 的包
包
描述
为 Java 管理扩展提供核心类。
提供 ModelMBean 类的定义。
提供开放数据类型和 Open MBean 描述符类。
-
MBeanAttributeInfo 在 javax.management 中的用法
javax.management 中返回 MBeanAttributeInfo 的方法javax.management 中的方法,参数类型为 MBeanAttributeInfo修饰符和类型方法描述protected StringStandardMBean.getDescription(MBeanAttributeInfo info) 自定义挂钩:获取将在此 MBean 返回的 MBeanAttributeInfo 中使用的描述。javax.management 中的构造函数,参数类型为 MBeanAttributeInfo修饰符构造方法描述MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications) 构造一个MBeanInfo。MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications, Descriptor descriptor) 构造一个MBeanInfo。 -
MBeanAttributeInfo 在 javax.management.modelmbean 中的用法
-
MBeanAttributeInfo 在 javax.management.openmbean 中的用法
修饰符和类型方法描述OpenMBeanInfo.getAttributes()返回一个OpenMBeanAttributeInfo实例数组,描述此OpenMBeanInfo实例所描述的开放式 MBean 中的每个属性。