|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
使用 MBeanOperationInfo 的软件包 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心类。 |
javax.management.modelmbean | 提供了 ModelMBean 类的定义。 |
javax.management.openmbean | 提供开放数据类型和 Open MBean 描述符类。 |
javax.management 中 MBeanOperationInfo 的使用 |
---|
返回 MBeanOperationInfo 的 javax.management 中的方法 | |
---|---|
MBeanOperationInfo[] |
MBeanInfo.getOperations()
返回 MBean 的操作列表。 |
参数类型为 MBeanOperationInfo 的 javax.management 中的方法 | |
---|---|
protected String |
StandardMBean.getDescription(MBeanOperationInfo info)
自定义钩子:获取将在由此 MBean 返回的 MBeanOperationInfo 中使用的描述。 |
protected String |
StandardMBean.getDescription(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
自定义钩子:获取将用于由此 MBean 返回的 MBeanOperationInfo 的第 sequence 个 MBeanParameterInfo 的描述。 |
protected int |
StandardMBean.getImpact(MBeanOperationInfo info)
自定义钩子:获取将在由此 MBean 返回的 MBeanOperationInfo 中使用的操作的 impact 标志。 |
protected String |
StandardMBean.getParameterName(MBeanOperationInfo op,
MBeanParameterInfo param,
int sequence)
自定义钩子:获取将用于由此 MBean 返回的 MBeanOperationInfo 的第 sequence 个 MBeanParameterInfo 的名称。 |
参数类型为 MBeanOperationInfo 的 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 中 MBeanOperationInfo 的使用 |
---|
javax.management.modelmbean 中 MBeanOperationInfo 的子类 | |
---|---|
class |
ModelMBeanOperationInfo
ModelMBeanOperationInfo 对象描述了 ModelMBean 的管理操作。 |
返回 MBeanOperationInfo 的 javax.management.modelmbean 中的方法 | |
---|---|
MBeanOperationInfo[] |
ModelMBeanInfo.getOperations()
返回 MBean 的操作列表。 |
javax.management.openmbean 中 MBeanOperationInfo 的使用 |
---|
javax.management.openmbean 中 MBeanOperationInfo 的子类 | |
---|---|
class |
OpenMBeanOperationInfoSupport
描述 Open MBean 的一个操作。 |
返回 MBeanOperationInfo 的 javax.management.openmbean 中的方法 | |
---|---|
MBeanOperationInfo[] |
OpenMBeanInfo.getOperations()
返回 OpenMBeanOperationInfo 实例的数组,这些实例描述此 OpenMBeanInfo 实例所描述的 open MBean 中的每个操作。 |
|
JavaTM Platform Standard Ed. 6 |
|||||||||
上一个 下一个 | 框架 无框架 |
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。