软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Method and Description |
---|---|
MBeanAttributeInfo[] |
MBeanInfo.getAttributes()
返回用于管理的属性列表。
|
Modifier and Type | Method and Description |
---|---|
protected String |
StandardMBean.getDescription(MBeanAttributeInfo info)
定制钩子:获得描述,将用于mbeanattributeinfo这个MBean返回。
|
Constructor and Description |
---|
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 。
|
Modifier and Type | Class and Description |
---|---|
class |
ModelMBeanAttributeInfo
该对象描述的modelmbeanattributeinfo ModelMBean属性。
|
Modifier and Type | Method and Description |
---|---|
MBeanAttributeInfo[] |
ModelMBeanInfo.getAttributes()
返回用于管理的属性列表。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenMBeanAttributeInfoSupport
介绍了一个开放的MBean属性。
|
Modifier and Type | Method and Description |
---|---|
MBeanAttributeInfo[] |
OpenMBeanInfo.getAttributes()
返回
OpenMBeanAttributeInfo实例描述这个
OpenMBeanInfo实例描述了每个属性的数组开MBean。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.