< prev index next >

src/java.management/share/classes/javax/management/ValueExp.java

Print this page

        

*** 78,91 **** * * @param name The name of the MBean on which the ValueExp will be applied. * * @return The <CODE>ValueExp</CODE>. * ! * @exception BadStringOperationException ! * @exception BadBinaryOpValueExpException ! * @exception BadAttributeValueExpException ! * @exception InvalidApplicationException */ public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException; --- 78,94 ---- * * @param name The name of the MBean on which the ValueExp will be applied. * * @return The <CODE>ValueExp</CODE>. * ! * @throws BadStringOperationException when an invalid string ! * operation is passed to a method for constructing a query ! * @throws BadBinaryOpValueExpException when an invalid expression ! * is passed to a method for constructing a query ! * @throws BadAttributeValueExpException when an invalid MBean ! * attribute is passed to a query constructing method ! * @throws InvalidApplicationException when an invalid apply is attempted */ public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException;
< prev index next >