类的用途
javax.management.modelmbean.ModelMBeanAttributeInfo
使用 ModelMBeanAttributeInfo 的包
-
ModelMBeanAttributeInfo 在 javax.management.modelmbean 中的用法
修饰符和类型方法描述ModelMBeanInfo.getAttribute
(String inName) 返回按名称请求的 ModelMBeanAttributeInfo。ModelMBeanInfoSupport.getAttribute
(String inName) javax.management.modelmbean 中的构造函数,参数类型为 ModelMBeanAttributeInfo修饰符构造方法描述从此 ModelMBeanAttributeInfo 对象构造一个新的 ModelMBeanAttributeInfo 对象。ModelMBeanInfoSupport
(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications) 使用提供的信息创建 ModelMBeanInfoSupport,但描述符是默认值。ModelMBeanInfoSupport
(String className, String description, ModelMBeanAttributeInfo[] attributes, ModelMBeanConstructorInfo[] constructors, ModelMBeanOperationInfo[] operations, ModelMBeanNotificationInfo[] notifications, Descriptor mbeandescriptor) 使用提供的信息和参数中给定的描述符创建 ModelMBeanInfoSupport。