クラス
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
DynamicMBean. getAttributes(String[] attributes)
Dynamic MBeanの複数の属性の値を取得します。AttributeList
MBeanServer. getAttributes(ObjectName name, String[] attributes)
AttributeList
MBeanServerConnection. getAttributes(ObjectName name, String[] attributes)
指定されたMBeanの複数の属性の値を取り出します。AttributeList
DynamicMBean. setAttributes(AttributeList attributes)
Dynamic MBeanの複数の属性の値を設定します。AttributeList
MBeanServer. setAttributes(ObjectName name, AttributeList attributes)
AttributeList
MBeanServerConnection. setAttributes(ObjectName name, AttributeList attributes)
指定されたMBeanの複数の属性の値を設定します。AttributeList型のパラメータを持つjavax.managementのメソッド 修飾子と型 メソッド 説明 boolean
AttributeList. addAll(int index, AttributeList list)
指定されたAttributeList
内のすべての要素を、指定されたAttributeList
のイテレータによって返される順番で、指定の位置に挿入します。boolean
AttributeList. addAll(AttributeList list)
指定されたAttributeList
内のすべての要素を、指定されたAttributeList
のイテレータによって返される順番で、リストの末尾に付加します。AttributeList
DynamicMBean. setAttributes(AttributeList attributes)
Dynamic MBeanの複数の属性の値を設定します。AttributeList
MBeanServer. setAttributes(ObjectName name, AttributeList attributes)
AttributeList
MBeanServerConnection. setAttributes(ObjectName name, AttributeList attributes)
指定されたMBeanの複数の属性の値を設定します。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)
AttributeList
RMIConnection. setAttributes(ObjectName name, MarshalledObject attributes, Subject delegationSubject)
-