JavaTM Platform
Standard Ed. 6

클래스
javax.management.MBeanAttributeInfo 의 사용

MBeanAttributeInfo 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.openmbean 공개 데이터형과 Open MBean 기술자 클래스를 제공합니다.  
 

javax.management 에서의 MBeanAttributeInfo 의 사용
 

MBeanAttributeInfo 를 돌려주는 javax.management 의 메소드
 MBeanAttributeInfo [] MBeanInfo. getAttributes ()
          관리용의 공개 속성의 리스트를 돌려줍니다.
 

MBeanAttributeInfo 형의 파라미터를 가지는 javax.management 의 메소드
protected  String StandardMBean. getDescription (MBeanAttributeInfo  info)
          커스터마이즈 훅:이 MBean 가 돌려주는 MBeanAttributeInfo 내에서 사용되는 설명을 가져옵니다.
 

MBeanAttributeInfo 형의 파라미터를 가지는 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 에서의 MBeanAttributeInfo 의 사용
 

javax.management.modelmbean 에서의 MBeanAttributeInfo 의 서브 클래스
 class ModelMBeanAttributeInfo
          ModelMBeanAttributeInfo 객체는, ModelMBean 의 속성을 기술합니다.
 

MBeanAttributeInfo 를 돌려주는 javax.management.modelmbean 의 메소드
 MBeanAttributeInfo [] ModelMBeanInfo. getAttributes ()
          관리용의 공개 속성의 리스트를 돌려줍니다.
 

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

javax.management.openmbean 에서의 MBeanAttributeInfo 의 서브 클래스
 class OpenMBeanAttributeInfoSupport
          공개 MBean 의 속성을 기술합니다.
 

MBeanAttributeInfo 를 돌려주는 javax.management.openmbean 의 메소드
 MBeanAttributeInfo [] OpenMBeanInfo. getAttributes ()
          이 OpenMBeanInfo 인스턴스에 의해 기술된 공개 MBean 내의 개개의 속성을 기술하는 OpenMBeanAttributeInfo 인스턴스의 배열을 돌려줍니다.
 


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 도 참조해 주세요.