|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.management.Attribute
public class Attribute
名前と値を関連付けることにより、MBean 属性を表現します。MBean サーバーとその他のオブジェクトは、このクラスを使って、属性の値を取得および設定します。
コンストラクタの概要 | |
---|---|
Attribute(String name,
Object value)
指定された属性名と属性値を関連付ける Attribute オブジェクトを構築します。 |
メソッドの概要 | |
---|---|
boolean |
equals(Object object)
現在の Attribute Object と別の Attribute Object を比較します。 |
String |
getName()
属性の名前を含む String を返します。 |
Object |
getValue()
この属性の値を表す Object を返します。 |
int |
hashCode()
この属性のハッシュコード値を返します。 |
String |
toString()
この Attribute の値を表す String オブジェクトを返します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
---|
public Attribute(String name, Object value)
name
- 作成する属性の名前を含む String。null は不可value
- 属性に割り当てられる Object。属性と同じ型のオブジェクトメソッドの詳細 |
---|
public String getName()
public Object getValue()
public boolean equals(Object object)
Object
内の equals
object
- 現在の Attribute と比較する Attribute
Object.hashCode()
,
Hashtable
public int hashCode()
Object
内の hashCode
Object.equals(java.lang.Object)
,
Hashtable
public String toString()
Object
内の toString
|
JavaTM Platform Standard Ed. 6 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。