JavaTM 2 Platform
Standard Ed. 6

类 javax.management.MBeanConstructorInfo
的使用

使用 MBeanConstructorInfo 的软件包
javax.management 提供 Java Management Extensions 的核心类。 
javax.management.modelmbean 提供了 ModelMBean 类的定义。 
javax.management.openmbean 提供开放数据类型和 Open MBean 描述符类。 
 

javax.managementMBeanConstructorInfo 的使用
 

返回 MBeanConstructorInfojavax.management 中的方法
 MBeanConstructorInfo[] MBeanInfo.getConstructors()
          返回 MBean 的公共构造方法列表。
protected  MBeanConstructorInfo[] StandardMBean.getConstructors(MBeanConstructorInfo[] ctors, Object impl)
          自定义钩子:获取将在由此 MBean 返回的 MBeanInfo 中使用的 MBeanConstructorInfo[]。
 

参数类型为 MBeanConstructorInfojavax.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 的名称。
 

参数类型为 MBeanConstructorInfojavax.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.modelmbeanMBeanConstructorInfo 的使用
 

javax.management.modelmbeanMBeanConstructorInfo 的子类
 class ModelMBeanConstructorInfo
          ModelMBeanConstructorInfo 对象描述了 ModelMBean 的一个构造方法。
 

返回 MBeanConstructorInfojavax.management.modelmbean 中的方法
 MBeanConstructorInfo[] ModelMBeanInfo.getConstructors()
          返回 MBean 的公共构造方法列表。
 

javax.management.openmbeanMBeanConstructorInfo 的使用
 

javax.management.openmbeanMBeanConstructorInfo 的子类
 class OpenMBeanConstructorInfoSupport
          描述 Open MBean 的构造方法。
 

返回 MBeanConstructorInfojavax.management.openmbean 中的方法
 MBeanConstructorInfo[] OpenMBeanInfo.getConstructors()
          返回 OpenMBeanConstructorInfo 实例的数组,这些实例描述此 OpenMBeanInfo 实例描述的 open MBean 中的每个构造方法。
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only