JavaTM 2 Platform
Standard Ed. 6

接口 javax.management.openmbean.OpenMBeanConstructorInfo
的使用

使用 OpenMBeanConstructorInfo 的软件包
javax.management.openmbean 提供开放数据类型和 Open MBean 描述符类。 
 

javax.management.openmbeanOpenMBeanConstructorInfo 的使用
 

实现 OpenMBeanConstructorInfojavax.management.openmbean 中的类
 class OpenMBeanConstructorInfoSupport
          描述 Open MBean 的构造方法。
 

参数类型为 OpenMBeanConstructorInfojavax.management.openmbean 中的构造方法
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications)
          构造一个 OpenMBeanInfoSupport 实例,它使用指定的 classNamedescriptionopenAttributesopenConstructorsopenOperationsnotifications 描述 open MBeans 的类。
OpenMBeanInfoSupport(String className, String description, OpenMBeanAttributeInfo[] openAttributes, OpenMBeanConstructorInfo[] openConstructors, OpenMBeanOperationInfo[] openOperations, MBeanNotificationInfo[] notifications, Descriptor descriptor)
          构造一个 OpenMBeanInfoSupport 实例,它使用指定的 classNamedescriptionopenAttributesopenConstructorsopenOperationsnotificationsdescriptor 描述 open MBeans 的类
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

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