JavaTM Platform
Standard Ed. 6

클래스
javax.management.IntrospectionException 의 사용

IntrospectionException 를 사용하고 있는 패키지
javax.management Java Management Extensions 의 코어 클래스를 제공합니다.  
javax.management.modelmbean ModelMBean 클래스의 정의를 제공합니다.  
javax.management.remote.rmi RMI 연결기는, RMI 를 사용해 클라이언트 요구를 원격 MBean 서버에 전송 하는, JMX 원격 API용의 연결기입니다.  
 

javax.management 에서의 IntrospectionException 의 사용
 

IntrospectionException 를 throw 하는 javax.management 의 메소드
 MBeanInfo MBeanServerConnection. getMBeanInfo (ObjectName  name)
          이 메소드는, MBean 가 관리용으로서 공개하고 있는 속성과 오퍼레이션을 검출합니다.
 MBeanInfo MBeanServer. getMBeanInfo (ObjectName  name)
           
 

IntrospectionException 를 throw 하는 javax.management 의 생성자
MBeanAttributeInfo (String  name, String  description, Method  getter, Method  setter)
          이 생성자 은, 단순한 속성명과 속성의 read 및 기입해 용무의 Method 객체를 인수에 취합니다.
 

javax.management.modelmbean 에서의 IntrospectionException 의 사용
 

IntrospectionException 을 throw 하는 javax.management.modelmbean 의 생성자
ModelMBeanAttributeInfo (String  name, String  description, Method  getter, Method  setter)
          디폴트의 기술자로 ModelMBeanAttributeInfo 객체를 구축합니다.
ModelMBeanAttributeInfo (String  name, String  description, Method  getter, Method  setter, Descriptor  descriptor)
          ModelMBeanAttributeInfo 객체를 구축합니다.
 

javax.management.remote.rmi 에서의 IntrospectionException 의 사용
 

IntrospectionException 를 throw 하는 javax.management.remote.rmi 의 메소드
 MBeanInfo RMIConnection. getMBeanInfo (ObjectName  name, Subject  delegationSubject)
          MBeanServerConnection.getMBeanInfo(ObjectName) 메소드를 처리합니다.
 MBeanInfo RMIConnectionImpl_Stub. getMBeanInfo (ObjectName  $param_ObjectName_1, Subject  $param_Subject_2)
           
 MBeanInfo RMIConnectionImpl. getMBeanInfo (ObjectName  name, Subject  delegationSubject)
           
 


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