|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 MBeanAttributeInfo 的软件包 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心类。 |
javax.management.modelmbean | 提供了 ModelMBean 类的定义。 |
javax.management.openmbean | 提供开放数据类型和 Open MBean 描述符类。 |
javax.management 中 MBeanAttributeInfo 的使用 |
---|
返回 MBeanAttributeInfo 的 javax.management 中的方法 | |
---|---|
MBeanAttributeInfo[] |
MBeanInfo.getAttributes()
返回为了便于管理而公开的属性的列表。 |
参数类型为 MBeanAttributeInfo 的 javax.management 中的方法 | |
---|---|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo info)
自定义钩子:获取将在由此 MBean 返回的 MBeanAttributeInfo 中使用的描述。 |
参数类型为 MBeanAttributeInfo 的 javax.management 中的构造方法 | |
---|---|
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 。 |
javax.management.modelmbean 中 MBeanAttributeInfo 的使用 |
---|
javax.management.modelmbean 中 MBeanAttributeInfo 的子类 | |
---|---|
class |
ModelMBeanAttributeInfo
ModelMBeanAttributeInfo 对象描述了 ModelMBean 的属性。 |
返回 MBeanAttributeInfo 的 javax.management.modelmbean 中的方法 | |
---|---|
MBeanAttributeInfo[] |
ModelMBeanInfo.getAttributes()
返回为管理公开的属性列表。 |
javax.management.openmbean 中 MBeanAttributeInfo 的使用 |
---|
javax.management.openmbean 中 MBeanAttributeInfo 的子类 | |
---|---|
class |
OpenMBeanAttributeInfoSupport
描述 open MBean 的一个属性。 |
返回 MBeanAttributeInfo 的 javax.management.openmbean 中的方法 | |
---|---|
MBeanAttributeInfo[] |
OpenMBeanInfo.getAttributes()
返回 OpenMBeanAttributeInfo 实例的数组,该实例描述此 OpenMBeanInfo 实例描述的 open MBean 中的每个属性。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。