| 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| 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 | 
MBeanServer.getMBeanInfo(ObjectName name)
 | 
 MBeanInfo | 
MBeanServerConnection.getMBeanInfo(ObjectName name)
このメソッドは、MBean が管理用として公開している属性とオペレーションを検出します。  | 
| 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.getMBeanInfo(ObjectName name,
             Subject delegationSubject)
 | 
 MBeanInfo | 
RMIConnectionImpl_Stub.getMBeanInfo(ObjectName $param_ObjectName_1,
             Subject $param_Subject_2)
 | 
  | 
JavaTM Platform Standard Ed. 6  | 
|||||||||
| 前 次 | フレームあり フレームなし | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。