クラス
javax.management.AttributeNotFoundExceptionの使用
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
-
javax.managementでのAttributeNotFoundExceptionの使用
修飾子と型メソッド説明DynamicMBean.getAttribute
(String attribute) Dynamic MBeanの特定の属性の値を取得します。MBeanServer.getAttribute
(ObjectName name, String attribute) MBeanServerConnection.getAttribute
(ObjectName name, String attribute) 指定されたMBeanの特定の属性の値を取得します。StandardMBean.getAttribute
(String attribute) void
DynamicMBean.setAttribute
(Attribute attribute) Dynamic MBeanの特定の属性の値を設定します。void
MBeanServer.setAttribute
(ObjectName name, Attribute attribute) void
MBeanServerConnection.setAttribute
(ObjectName name, Attribute attribute) 指定されたMBeanの特定の属性の値を設定します。void
StandardMBean.setAttribute
(Attribute attribute) -
javax.management.modelmbeanでのAttributeNotFoundExceptionの使用
修飾子と型メソッド説明RequiredModelMBean.getAttribute
(String attrName) このModelMBeanに定義された特定の属性の値を返します。void
RequiredModelMBean.setAttribute
(Attribute attribute) 指定されたModelMBeanの特定の属性の値を設定します。 -
javax.management.remote.rmiでのAttributeNotFoundExceptionの使用
修飾子と型メソッド説明RMIConnection.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) RMIConnectionImpl_Stub.getAttribute
(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttribute
(ObjectName name, String attribute, Subject delegationSubject) void
RMIConnection.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject) void
RMIConnectionImpl_Stub.setAttribute
(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) void
RMIConnectionImpl.setAttribute
(ObjectName name, MarshalledObject attribute, Subject delegationSubject)