软件包 | 描述 |
---|---|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.modelmbean |
提供的ModelMBean类的定义。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Method and Description |
---|---|
MBeanConstructorInfo[] |
MBeanInfo.getConstructors()
返回的MBean的公共构造函数列表。
|
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors, Object impl)
定制钩子:得到mbeanconstructorinfo [ ],将用于mbeaninfo这个MBean返回。
|
Modifier and Type | Method and Description |
---|---|
protected MBeanConstructorInfo[] |
StandardMBean.getConstructors(MBeanConstructorInfo[] ctors, Object impl)
定制钩子:得到mbeanconstructorinfo [ ],将用于mbeaninfo这个MBean返回。
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo info)
定制钩子:获得描述,将用于mbeanconstructorinfo这个MBean返回。
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence)
定制钩子:获得描述,将用于对mbeanconstructorinfo的
序列 mbeanparameterinfo这个MBean返回。
|
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo ctor, MBeanParameterInfo param, int sequence)
定制钩子:获取名称,将用于对mbeanconstructorinfo的
序列 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 |
ModelMBeanConstructorInfo
的modelmbeanconstructorinfo对象的构造函数ModelMBean。
|
Modifier and Type | Method and Description |
---|---|
MBeanConstructorInfo[] |
ModelMBeanInfo.getConstructors()
返回的MBean的公共构造函数列表。
|
Modifier and Type | Class and Description |
---|---|
class |
OpenMBeanConstructorInfoSupport
描述了一个构造函数,一个开放的MBean。
|
Modifier and Type | Method and Description |
---|---|
MBeanConstructorInfo[] |
OpenMBeanInfo.getConstructors()
返回
OpenMBeanConstructorInfo实例描述这个
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.