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 をスローする javax.management のメソッド
 MBeanInfo MBeanServerConnection.getMBeanInfo(ObjectName name)
          このメソッドは、MBean が管理用として公開している属性とオペレーションを検出します。
 MBeanInfo MBeanServer.getMBeanInfo(ObjectName name)
           
 

IntrospectionException をスローする javax.management のコンストラクタ
MBeanAttributeInfo(String name, String description, Method getter, Method setter)
          このコンストラクタは、単純な属性名と、属性の読み込みおよび書き込み用の Method オブジェクトを引数に取ります。
 

javax.management.modelmbean での IntrospectionException の使用
 

IntrospectionException をスローする 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 をスローする 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 も参照してください。