java.lang.Object javax.management.StringValueExp
表示作为关系约束变量的字符串。StringValueExp
可用于需要 ValueExp
的任何地方。
构造方法摘要 | |
---|---|
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 |
构造方法详细信息 |
---|
public StringValueExp()
public StringValueExp(String val)
StringValueExp
。
val
- 将作为此表达式值的字符串
方法详细信息 |
---|
public String getValue()
StringValueExp
实例表示的字符串。
public String toString()
public void setMBeanServer(MBeanServer s)
ValueExp
中的
setMBeanServer
s
- 将在其上执行查询的 MBean 服务器。
public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
name
- 将在其上应用 ValueExp 的 MBean 的名称。
ValueExp
。
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationException