クラス
javax.management.AttributeListの使用
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
RMIコネクタは、RMIを使ってクライアント要求をリモートMBeanサーバーへ転送する、JMXリモートAPI用のコネクタです。
-
javax.managementでのAttributeListの使用
修飾子と型メソッド説明DynamicMBean.getAttributes
(String[] attributes) Dynamic MBeanの複数の属性の値を取得します。MBeanServer.getAttributes
(ObjectName name, String[] attributes) MBeanServerConnection.getAttributes
(ObjectName name, String[] attributes) 指定されたMBeanの複数の属性の値を取り出します。StandardMBean.getAttributes
(String[] attributes) DynamicMBean.setAttributes
(AttributeList attributes) Dynamic MBeanの複数の属性の値を設定します。MBeanServer.setAttributes
(ObjectName name, AttributeList attributes) MBeanServerConnection.setAttributes
(ObjectName name, AttributeList attributes) 指定されたMBeanの複数の属性の値を設定します。StandardMBean.setAttributes
(AttributeList attributes) 修飾子と型メソッド説明boolean
AttributeList.addAll
(int index, AttributeList list) 指定されたAttributeList
内のすべての要素を、指定されたAttributeList
のイテレータによって返される順番で、指定の位置に挿入します。boolean
AttributeList.addAll
(AttributeList list) 指定されたAttributeList
内のすべての要素を、指定されたAttributeList
のイテレータによって返される順番で、リストの末尾に付加します。DynamicMBean.setAttributes
(AttributeList attributes) Dynamic MBeanの複数の属性の値を設定します。MBeanServer.setAttributes
(ObjectName name, AttributeList attributes) MBeanServerConnection.setAttributes
(ObjectName name, AttributeList attributes) 指定されたMBeanの複数の属性の値を設定します。StandardMBean.setAttributes
(AttributeList attributes) 修飾子コンストラクタ説明AttributeList
(AttributeList list) 指定されたAttributeList
の要素を、AttributeList
のイテレータによって返される順に格納するAttributeList
を構築します。 -
javax.management.modelmbeanでのAttributeListの使用
修飾子と型メソッド説明RequiredModelMBean.getAttributes
(String[] attrNames) ModelMBean内の複数の属性の値を返します。RequiredModelMBean.setAttributes
(AttributeList attributes) このModelMBeanの属性の配列の値を設定します。修飾子と型メソッド説明RequiredModelMBean.setAttributes
(AttributeList attributes) このModelMBeanの属性の配列の値を設定します。 -
javax.management.remote.rmiでのAttributeListの使用
修飾子と型メソッド説明RMIConnection.getAttributes
(ObjectName name, String[] attributes, Subject delegationSubject) RMIConnectionImpl_Stub.getAttributes
(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3) RMIConnectionImpl.getAttributes
(ObjectName name, String[] attributes, Subject delegationSubject) RMIConnection.setAttributes
(ObjectName name, MarshalledObject attributes, Subject delegationSubject) RMIConnectionImpl_Stub.setAttributes
(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3) RMIConnectionImpl.setAttributes
(ObjectName name, MarshalledObject attributes, Subject delegationSubject)