src/share/classes/java/beans/beancontext/BeanContextChild.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1997, 2006, 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) 1997, 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
*** 80,90 **** * A change in the value of the nesting BeanContext property of this * BeanContextChild may be vetoed by throwing the appropriate exception. * </p> * @param bc The <code>BeanContext</code> with which * to associate this <code>BeanContextChild</code>. ! * @throws <code>PropertyVetoException</code> if the * addition of the specified <code>BeanContext</code> is refused. */ void setBeanContext(BeanContext bc) throws PropertyVetoException; /** --- 80,90 ---- * A change in the value of the nesting BeanContext property of this * BeanContextChild may be vetoed by throwing the appropriate exception. * </p> * @param bc The <code>BeanContext</code> with which * to associate this <code>BeanContextChild</code>. ! * @throws PropertyVetoException if the * addition of the specified <code>BeanContext</code> is refused. */ void setBeanContext(BeanContext bc) throws PropertyVetoException; /**