|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object javax.management.AttributeValueExp
public class AttributeValueExp
表示用作關係約束參數的屬性。可在需要 ValueExp
的任何地方使用 AttributeValueExp
。
建構子摘要 | |
---|---|
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 |
建構子詳細資訊 |
---|
@Deprecated public AttributeValueExp()
AttributeValueExp
。
public AttributeValueExp(String attr)
AttributeValueExp
。
attr
- 屬性名稱,該屬性的值是此 ValueExp
的值。方法詳細資訊 |
---|
public String getAttributeName()
public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
AttributeValueExp
。
ValueExp
中的 apply
name
- MBean 的名稱,將在該 MBean 上應用 AttributeValueExp
。
ValueExp
。
BadAttributeValueExpException
InvalidApplicationException
BadStringOperationException
BadBinaryOpValueExpException
public String toString()
Object
中的 toString
public void setMBeanServer(MBeanServer s)
ValueExp
中的 setMBeanServer
s
- 要在其上執行查詢的 MBean 伺服器。protected Object getAttribute(ObjectName name)
name
- 要返回其屬性的 MBean 名稱。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。