クラス
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が管理用として公開している属性とオペレーションを検出します。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)
-