Applies the ValueExp on a MBean.
-
Specified by:
-
apply in interface ValueExp
-
Parameters:
-
name - The name of the MBean on which the ValueExp will be applied.
-
Returns:
- The
ValueExp .
-
Throws:
-
BadStringOperationException - when an invalid string operation is passed to a method for constructing a query
-
BadBinaryOpValueExpException - when an invalid expression is passed to a method for constructing a query
-
BadAttributeValueExpException - when an invalid MBean attribute is passed to a query constructing method
-
InvalidApplicationException - when an invalid apply is attempted
|