JavaTM Platform
Standard Ed. 6

인터페이스
javax.management.openmbean.OpenMBeanConstructorInfo 의 사용

OpenMBeanConstructorInfo 를 사용하고 있는 패키지
javax.management.openmbean 공개 데이터형과 Open MBean 기술자 클래스를 제공합니다.  
 

javax.management.openmbean 에서의 OpenMBeanConstructorInfo 의 사용
 

OpenMBeanConstructorInfo 를 구현하고 있는 javax.management.openmbean 의 클래스
 class OpenMBeanConstructorInfoSupport
          Open MBean 의 생성자 을 기술합니다.
 

OpenMBeanConstructorInfo 형의 파라미터를 가지는 javax.management.openmbean 의 생성자
OpenMBeanInfoSupport (String  className, String  description, OpenMBeanAttributeInfo [] openAttributes, OpenMBeanConstructorInfo [] openConstructors, OpenMBeanOperationInfo [] openOperations, MBeanNotificationInfo [] notifications)
          지정한 className,description,openAttributes,openConstructors,openOperations, 및 notifications 를 사용해 공개 MBean 의 클래스의 생성자 을 기술하는 OpenMBeanInfoSupport 인스턴스를 구축합니다.
OpenMBeanInfoSupport (String  className, String  description, OpenMBeanAttributeInfo [] openAttributes, OpenMBeanConstructorInfo [] openConstructors, OpenMBeanOperationInfo [] openOperations, MBeanNotificationInfo [] notifications, Descriptor  descriptor)
          지정한 className,description,openAttributes,openConstructors,openOperations,notifications, 및 descriptor 를 사용해 공개 MBean 의 클래스의 생성자 을 기술하는 OpenMBeanInfoSupport 인스턴스를 구축합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.