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