Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public interface: ValueExp [javadoc | source]

All Implemented Interfaces:
    Serializable

All Known Implementing Classes:
    QualifiedAttributeValueExp, NumberValueExp, NumericValueExp, ClassAttributeValueExp, BooleanValueExp, SingleValueExpSupport, BinaryOpValueExp, StringValueExp, AttributeValueExp, ValueExpSupport

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.
Method from javax.management.ValueExp Summary:
apply,   setMBeanServer
Method from javax.management.ValueExp Detail:
 public ValueExp apply(ObjectName name) throws InvalidApplicationException, BadBinaryOpValueExpException, BadStringOperationException, BadAttributeValueExpException
    Applies the ValueExp on a MBean.
 public  void setMBeanServer(MBeanServer s)Deprecated! This -  method is not needed because a
ValueExp can access the MBean server in which it
is being evaluated by using QueryEval#getMBeanServer() .

    Sets the MBean server on which the query is to be performed.