クラス
 javax.management.IntrospectionExceptionの使用
IntrospectionExceptionを使用するパッケージ
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
- 
javax.managementでのIntrospectionExceptionの使用修飾子と型メソッド説明MBeanServer.getMBeanInfo(ObjectName name) 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の使用修飾子と型メソッド説明RMIConnection.getMBeanInfo(ObjectName name, Subject delegationSubject) RMIConnectionImpl_Stub.getMBeanInfo(ObjectName $param_ObjectName_1, Subject $param_Subject_2) RMIConnectionImpl.getMBeanInfo(ObjectName name, Subject delegationSubject)