FileDocCategorySizeDatePackage
ValueExp.javaAPI DocJava SE 6 API3445Tue Jun 10 00:26:14 BST 2008javax.management

ValueExp

public interface ValueExp implements Serializable
Represents values that can be passed as arguments to relational expressions. Strings, numbers, attributes are valid values and should be represented by implementations of ValueExp.
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public javax.management.ValueExpapply(javax.management.ObjectName name)
Applies the ValueExp on a MBean.

param
name The name of the MBean on which the ValueExp will be applied.
return
The ValueExp.
exception
BadStringOperationException
exception
BadBinaryOpValueExpException
exception
BadAttributeValueExpException
exception
InvalidApplicationException

public voidsetMBeanServer(javax.management.MBeanServer s)
Sets the MBean server on which the query is to be performed.

param
s The MBean server on which the query is to be performed.
deprecated
This method is not needed because a ValueExp can access the MBean server in which it is being evaluated by using {@link QueryEval#getMBeanServer()}.