JavaTM 2 Platform
Standard Ed. 6

javax.management
類別 StringValueExp

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

public class StringValueExp
extends Object
implements ValueExp

表示作為關係約束變數的字元串。StringValueExp 可用於需要 ValueExp 的任何地方。

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

建構子摘要
StringValueExp()
          基本建構子。
StringValueExp(String val)
          創建表示給定字元串的新 StringValueExp
 
方法摘要
 ValueExp apply(ObjectName name)
          在 MBean 上應用 ValueExp。
 String getValue()
          返回由 StringValueExp 實例表示的字元串。
 void setMBeanServer(MBeanServer s)
          設置將在其上執行查詢的 MBean 伺服器。
 String toString()
          返回表示物件的字元串。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

StringValueExp

public StringValueExp()
基本建構子。


StringValueExp

public StringValueExp(String val)
創建表示給定字元串的新 StringValueExp

參數:
val - 將作為此表達式值的字元串
方法詳細資訊

getValue

public String getValue()
返回由 StringValueExp 實例表示的字元串。

返回:
字元串。

toString

public String toString()
返回表示物件的字元串。

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

setMBeanServer

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

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

apply

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

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

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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