- 所有超级接口:
-
Serializable
- 所有已知实现类:
-
AttributeValueExp
,StringValueExp
代表可以作为关系表达式参数传递的值。字符串、数字、属性都是有效值,应该由
ValueExp
的实现来表示。
- 自版本:
- 1.5
-
Method Summary
-
Method Details
-
apply
ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException 在MBean上应用ValueExp。- 参数:
-
name
- 将应用ValueExp的MBean的名称。 - 返回:
-
ValueExp
。 - 抛出:
-
BadStringOperationException
- 当向用于构造查询的方法传递无效的字符串操作时 -
BadBinaryOpValueExpException
- 当向用于构造查询的方法传递无效表达式时 -
BadAttributeValueExpException
- 当向查询构造方法传递无效的MBean属性时 -
InvalidApplicationException
- 尝试无效应用时
-
setMBeanServer
Deprecated.This method is not needed because aValueExp
can access the MBean server in which it is being evaluated by usingQueryEval.getMBeanServer()
.设置要执行查询的MBean服务器。- 参数:
-
s
- 要执行查询的MBean服务器。
-
ValueExp
可以通过使用QueryEval.getMBeanServer()
来访问正在评估的MBean服务器。