JavaTM Platform
Standard Ed. 6

javax.management
인터페이스 DescriptorAccess

모든 슈퍼 인터페이스:
DescriptorRead
기존의 구현 클래스의 일람:
ModelMBeanAttributeInfo , ModelMBeanConstructorInfo , ModelMBeanNotificationInfo , ModelMBeanOperationInfo


public interface DescriptorAccess
extends DescriptorRead

이 인터페이스는, JMX 컴퍼넌트에 관련지을 수 있었던 Descriptor 클래스의 기술자 (MBean, MBeanInfo, MBeanAttributeInfo, MBeanNotificationInfo, MBeanOperationInfo, MBeanParameterInfo)에게 액세스 하는 목적으로 사용됩니다.

ModelMBeans 는, 이 인터페이스를, ModelMBeanInfo 클래스내에서 넓게 이용합니다.

도입된 버젼:
1.5

메소드의 개요
 void setDescriptor (Descriptor  inDescriptor)
          Descriptor 를 설정합니다 (완전 치환).
 
인터페이스 javax.management. DescriptorRead 로부터 상속된 메소드
getDescriptor
 

메소드의 상세

setDescriptor

void setDescriptor(Descriptor  inDescriptor)
Descriptor 를 설정합니다 (완전 치환).

파라미터:
inDescriptor - 이 인터페이스를 구현하는 컴퍼넌트에 관련지을 수 있었던 Descriptor (을)를 치환한다. inDescriptor 가 설정처의 Info 객체의 형태에 적합하지 않는 경우, 예외가 throw 된다. inDescriptor 가 null 의 경우, Descriptor 는 디폴트 값에 돌아온다. 디폴트 값에는, 적어도, 기술자명으로 descriptorType 가 포함되는
관련 항목:
DescriptorRead.getDescriptor()

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