JavaTM 2 Platform
Standard Ed. 6

javax.management
類別 AttributeValueExp

java.lang.Object
  繼承者 javax.management.AttributeValueExp
所有已實作的介面:
Serializable, ValueExp

public class AttributeValueExp
extends Object
implements ValueExp

表示用作關係約束參數的屬性。可在需要 ValueExp 的任何地方使用 AttributeValueExp

從以下版本開始:
1.5
另請參見:
序列化表格

建構子摘要
AttributeValueExp()
          已過時。 在查詢中不能使用此建構子所創建的實例。
AttributeValueExp(String attr)
          創建一個表示指定物件屬性 attr 的新 AttributeValueExp
 
方法摘要
 ValueExp apply(ObjectName name)
          在 MBean 上應用 AttributeValueExp
protected  Object getAttribute(ObjectName name)
          返回指定的 MBean 中給定屬性的值。
 String getAttributeName()
          返回該屬性名稱的字元串表示形式。
 void setMBeanServer(MBeanServer s)
          設置要在其上執行查詢的 MBean 伺服器。
 String toString()
          返回表示其值的字元串。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

AttributeValueExp

@Deprecated
public AttributeValueExp()
已過時。 在查詢中不能使用此建構子所創建的實例。

具有 null 屬性的 AttributeValueExp


AttributeValueExp

public AttributeValueExp(String attr)
創建一個表示指定物件屬性 attr 的新 AttributeValueExp

參數:
attr - 屬性名稱,該屬性的值是此 ValueExp 的值。
方法詳細資訊

getAttributeName

public String getAttributeName()
返回該屬性名稱的字元串表示形式。

返回:
屬性名稱。

apply

public ValueExp apply(ObjectName name)
               throws BadStringOperationException,
                      BadBinaryOpValueExpException,
                      BadAttributeValueExpException,
                      InvalidApplicationException
在 MBean 上應用 AttributeValueExp

指定者:
介面 ValueExp 中的 apply
參數:
name - MBean 的名稱,將在該 MBean 上應用 AttributeValueExp
返回:
ValueExp
拋出:
BadAttributeValueExpException
InvalidApplicationException
BadStringOperationException
BadBinaryOpValueExpException

toString

public String toString()
返回表示其值的字元串。

覆寫:
類別 Object 中的 toString
返回:
該物件的字元串表示形式。

setMBeanServer

public void setMBeanServer(MBeanServer s)
設置要在其上執行查詢的 MBean 伺服器。

指定者:
介面 ValueExp 中的 setMBeanServer
參數:
s - 要在其上執行查詢的 MBean 伺服器。

getAttribute

protected Object getAttribute(ObjectName name)
返回指定的 MBean 中給定屬性的值。如果試圖存取屬性時產生異常,則返回 null。

參數:
name - 要返回其屬性的 MBean 名稱。
返回:
屬性的值,如果無法獲得,則返回 null。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only