FileDocCategorySizeDatePackage
ValueExp.javaAPI DocJava SE 5 API1487Fri Aug 26 14:57:34 BST 2005javax.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()}.