org.huihoo.jfox.jmx.queries
Class MinusOpValueExp
java.lang.Object
|
+--javax.management.QueryEval
|
+--org.huihoo.jfox.jmx.queries.MinusOpValueExp
- All Implemented Interfaces:
- java.io.Serializable, ValueExp
- public class MinusOpValueExp
- extends QueryEval
- implements ValueExp
- Author:
- Young Yang
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MinusOpValueExp
public MinusOpValueExp(ValueExp _leftExp,
ValueExp _rightExp)
getLeftValue
public ValueExp getLeftValue()
getRightValue
public ValueExp getRightValue()
apply
public ValueExp apply(ObjectName objectname)
throws BadStringOperationException,
BadBinaryOpValueExpException,
BadAttributeValueExpException,
InvalidApplicationException
- Description copied from interface:
ValueExp
- Applies the ValueExp on a MBean.
- Specified by:
apply in interface ValueExp
- Parameters:
objectname - The name of the MBean on which the ValueExp will be applied.
- Returns:
- The
ValueExp.
- Throws:
BadBinaryOpValueExpException
BadStringOperationException
InvalidApplicationException
BadAttributeValueExpException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object