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

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 91,104 **** * * @param name The name of the MBean on which the <CODE>AttributeValueExp</CODE> will be applied. * * @return The <CODE>ValueExp</CODE>. * ! * @exception BadAttributeValueExpException ! * @exception InvalidApplicationException ! * @exception BadStringOperationException ! * @exception BadBinaryOpValueExpException * */ @Override public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException { --- 91,104 ---- * * @param name The name of the MBean on which the <CODE>AttributeValueExp</CODE> will be applied. * * @return The <CODE>ValueExp</CODE>. * ! * @exception BadAttributeValueExpException if an invalid MBean attribute is passed ! * @exception InvalidApplicationException if a subquery expression or qualified attribute expression is passed ! * @exception BadStringOperationException if an invalid string operation is passed ! * @exception BadBinaryOpValueExpException if an invalid expression is passed * */ @Override public ValueExp apply(ObjectName name) throws BadStringOperationException, BadBinaryOpValueExpException, BadAttributeValueExpException, InvalidApplicationException {