public interface ValueExp
表示可以作为参数传递给关系表达式的值。字符串、数字、属性都是有效值,必须由 ValueExp
的实现表示。
方法摘要 | |
---|---|
ValueExp |
apply(ObjectName name) 在 MBean 上应用 ValueExp。 |
void |
setMBeanServer(MBeanServer s) 已过时。 不再需要此方法,因为 ValueExp 可以通过使用 QueryEval.getMBeanServer() 来访问它将在其中进行计算的 MBean 服务器。 |
方法详细信息 |
---|
ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
name
- 将在其上应用 ValueExp 的 MBean 的名称。
ValueExp
。
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationException
@Deprecated void setMBeanServer(MBeanServer s)
ValueExp
可以通过使用 QueryEval.getMBeanServer()
来访问它将在其中进行计算的 MBean 服务器。
s
- 将在其上执行查询的 MBean 服务器。