public interface ValueExp extends Serializable
ValueExp 。
| Modifier and Type | Method and Description |
|---|---|
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服务器。
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.