public interface ValueExp extends Serializable
ValueExp
代表。
Modifier and Type | Method and Description |
---|---|
ValueExp |
apply(ObjectName name)
适用于一个MBean的valueexp。
|
void |
setMBeanServer(MBeanServer s)
过时的。
这种方法不需要因为
ValueExp 可以访问MBean服务器在它被使用QueryEval.getMBeanServer() 评价。
|
ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException
name
-名称的MBean的valueexp将应用。
ValueExp
。
BadStringOperationException
BadBinaryOpValueExpException
BadAttributeValueExpException
InvalidApplicationException
@Deprecated void setMBeanServer(MBeanServer s)
ValueExp
可以访问MBean服务器在它被使用QueryEval.getMBeanServer()
评价。
s
的MBean服务器的查询被执行。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.