< prev index next >

src/java.corba/share/classes/org/omg/CORBA/ServerRequest.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1996, 2004, 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) 1996, 2015, 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
*** 55,65 **** * of the argument. <p> * * Similarly, type information needs to be provided for the response, * for either the expected result or for an exception, so the methods * <code>result</code> and <code>except</code> take an <code>Any</code> ! * object as a parameter. <p> * * @see org.omg.CORBA.DynamicImplementation * @see org.omg.CORBA.NVList * @see org.omg.CORBA.NamedValue * --- 55,65 ---- * of the argument. <p> * * Similarly, type information needs to be provided for the response, * for either the expected result or for an exception, so the methods * <code>result</code> and <code>except</code> take an <code>Any</code> ! * object as a parameter. * * @see org.omg.CORBA.DynamicImplementation * @see org.omg.CORBA.NVList * @see org.omg.CORBA.NamedValue *
< prev index next >