JavaTM Platform
Standard Ed. 6

クラス
javax.management.AttributeList の使用

AttributeList を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
javax.management.remote.rmi RMI コネクタは、RMI を使ってクライアント要求をリモート MBean サーバーへ転送する、JMX リモート API用のコネクタです。 
 

javax.management での AttributeList の使用
 

AttributeList を返す javax.management のメソッド
 AttributeList MBeanServerConnection.getAttributes(ObjectName name, String[] attributes)
          指定された MBean の複数の属性の値を有効化します。
 AttributeList MBeanServer.getAttributes(ObjectName name, String[] attributes)
           
 AttributeList StandardMBean.getAttributes(String[] attributes)
           
 AttributeList DynamicMBean.getAttributes(String[] attributes)
          Dynamic MBean の複数の属性の値を取得します。
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Dynamic MBean の複数の属性の値を設定します。
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          指定された MBean の複数の属性の値を設定します。
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
           
 

AttributeList 型のパラメータを持つ javax.management のメソッド
 boolean AttributeList.addAll(AttributeList list)
          指定された AttributeList 内のすべての要素を、指定された AttributeList の反復子によって返される順番で、リストの末尾に付加します。
 boolean AttributeList.addAll(int index, AttributeList list)
          指定された AttributeList 内のすべての要素を、指定された AttributeList の反復子によって返される順番で、このリスト内の指定された位置に挿入します。
 AttributeList StandardMBean.setAttributes(AttributeList attributes)
           
 AttributeList DynamicMBean.setAttributes(AttributeList attributes)
          Dynamic MBean の複数の属性の値を設定します。
 AttributeList MBeanServerConnection.setAttributes(ObjectName name, AttributeList attributes)
          指定された MBean の複数の属性の値を設定します。
 AttributeList MBeanServer.setAttributes(ObjectName name, AttributeList attributes)
           
 

AttributeList 型のパラメータを持つ javax.management のコンストラクタ
AttributeList(AttributeList list)
          指定された AttributeList の要素を、AttributeList の反復子によって返される順に格納する AttributeList を構築します。
 

javax.management.modelmbean での AttributeList の使用
 

AttributeList を返す javax.management.modelmbean のメソッド
 AttributeList RequiredModelMBean.getAttributes(String[] attrNames)
          ModelMBean 内の複数の属性の値を返します。
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
          この ModelMBean の属性の配列の値を設定します。
 

AttributeList 型のパラメータを持つ javax.management.modelmbean のメソッド
 AttributeList RequiredModelMBean.setAttributes(AttributeList attributes)
          この ModelMBean の属性の配列の値を設定します。
 

javax.management.remote.rmi での AttributeList の使用
 

AttributeList を返す javax.management.remote.rmi のメソッド
 AttributeList RMIConnection.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject)
          MBeanServerConnection.getAttributes(ObjectName, String[]) メソッドを処理します。
 AttributeList RMIConnectionImpl_Stub.getAttributes(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3)
           
 AttributeList RMIConnectionImpl.getAttributes(ObjectName name, String[] attributes, Subject delegationSubject)
           
 AttributeList RMIConnection.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
          MBeanServerConnection.setAttributes(ObjectName, AttributeList) メソッドを処理します。
 AttributeList RMIConnectionImpl_Stub.setAttributes(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)
           
 AttributeList RMIConnectionImpl.setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
           
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。