クラス
javax.management.AttributeNotFoundExceptionの使用
| パッケージ | 説明 |
|---|---|
| javax.management |
Java Management Extensionsのコア・クラスを提供します。
|
| javax.management.modelmbean |
ModelMBeanクラスの定義を提供します。
|
| javax.management.remote.rmi |
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
|
-
javax.managementでのAttributeNotFoundExceptionの使用
AttributeNotFoundExceptionを投げるjavax.managementのメソッド 修飾子と型 メソッド 説明 ObjectDynamicMBean. getAttribute(String attribute)Dynamic MBeanの特定の属性の値を取得します。ObjectMBeanServer. getAttribute(ObjectName name, String attribute)ObjectMBeanServerConnection. getAttribute(ObjectName name, String attribute)指定されたMBeanの特定の属性の値を取得します。voidDynamicMBean. setAttribute(Attribute attribute)Dynamic MBeanの特定の属性の値を設定します。voidMBeanServer. setAttribute(ObjectName name, Attribute attribute)voidMBeanServerConnection. setAttribute(ObjectName name, Attribute attribute)指定されたMBeanの特定の属性の値を設定します。 -
javax.management.modelmbeanでのAttributeNotFoundExceptionの使用
AttributeNotFoundExceptionを投げるjavax.management.modelmbeanのメソッド 修飾子と型 メソッド 説明 ObjectRequiredModelMBean. getAttribute(String attrName)このModelMBeanに定義された特定の属性の値を返します。voidRequiredModelMBean. setAttribute(Attribute attribute)指定されたModelMBeanの特定の属性の値を設定します。 -
javax.management.remote.rmiでのAttributeNotFoundExceptionの使用
AttributeNotFoundExceptionを投げるjavax.management.remote.rmiのメソッド 修飾子と型 メソッド 説明 ObjectRMIConnection. getAttribute(ObjectName name, String attribute, Subject delegationSubject)voidRMIConnection. setAttribute(ObjectName name, MarshalledObject attribute, Subject delegationSubject)