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