Uses of Class
javax.management.MBeanAttributeInfo
-
Packages that use MBeanAttributeInfo 软件包 描述 javax.management 提供Java管理扩展的核心类。javax.management.modelmbean 提供ModelMBean类的定义。javax.management.openmbean 提供打开的数据类型和Open MBean描述符类。 -
-
Uses of MBeanAttributeInfo in javax.management
Methods in javax.management that return MBeanAttributeInfo Modifier and Type 方法 描述 MBeanAttributeInfo[]
MBeanInfo. getAttributes()
返回暴露给管理的属性列表。Methods in javax.management with parameters of type MBeanAttributeInfo Modifier and Type 方法 描述 protected String
StandardMBean. getDescription(MBeanAttributeInfo info)
自定义钩子:获取将在此MBean返回的MBeanAttributeInfo中使用的描述。Constructors in javax.management with parameters of type MBeanAttributeInfo Constructor 描述 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
。 -
Uses of MBeanAttributeInfo in javax.management.modelmbean
Subclasses of MBeanAttributeInfo in javax.management.modelmbean Modifier and Type Class 描述 class
ModelMBeanAttributeInfo
ModelMBeanAttributeInfo对象描述了ModelMBean的属性。Methods in javax.management.modelmbean that return MBeanAttributeInfo Modifier and Type 方法 描述 MBeanAttributeInfo[]
ModelMBeanInfo. getAttributes()
返回暴露给管理的属性列表。 -
Uses of MBeanAttributeInfo in javax.management.openmbean
Subclasses of MBeanAttributeInfo in javax.management.openmbean Modifier and Type Class 描述 class
OpenMBeanAttributeInfoSupport
描述一个打开的MBean的属性。Methods in javax.management.openmbean that return MBeanAttributeInfo Modifier and Type 方法 描述 MBeanAttributeInfo[]
OpenMBeanInfo. getAttributes()
返回的数组OpenMBeanAttributeInfo
实例描述在此描述的开放MBean中的每个属性OpenMBeanInfo
实例。
-