软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Method and Description |
---|---|
MBeanOperationInfo[] |
MBeanInfo.getOperations()
返回的MBean操作列表。
|
Modifier and Type | Method and Description |
---|---|
protected String |
StandardMBean.getDescription(MBeanOperationInfo info)
定制钩子:获得描述,将用于mbeanoperationinfo这个MBean返回。
|
protected String |
StandardMBean.getDescription(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
定制钩子:获得描述,将用于对mbeanoperationinfo的
序列 mbeanparameterinfo这个MBean返回。
|
protected int |
StandardMBean.getImpact(MBeanOperationInfo info)
定制钩子:获得操作,将用于mbeanoperationinfo的
影响旗的MBean返回。
|
protected String |
StandardMBean.getParameterName(MBeanOperationInfo op, MBeanParameterInfo param, int sequence)
定制钩子:获取名称,将用于对mbeanoperationinfo的
序列 mbeanparameterinfo这个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 |
ModelMBeanOperationInfo
的modelmbeanoperationinfo对象描述的ModelMBean管理操作。
|
Modifier and Type | Method and Description |
---|---|
MBeanOperationInfo[] |
ModelMBeanInfo.getOperations()
返回的MBean操作列表。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenMBeanOperationInfoSupport
介绍了一个开放的MBean操作。
|
Modifier and Type | Method and Description |
---|---|
MBeanOperationInfo[] |
OpenMBeanInfo.getOperations()
返回
OpenMBeanOperationInfo实例描述这个
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.