corba/src/java.corba/share/classes/org/omg/CORBA/NVList.java
changeset 29827 aac4782e69ac
parent 25862 a5e25d68f971
equal deleted inserted replaced
29659:f40752db7773 29827:aac4782e69ac
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    61  * will not necessarily have a length of 3; it
    61  * will not necessarily have a length of 3; it
    62  * could have a length of 2 or 4, for instance.
    62  * could have a length of 2 or 4, for instance.
    63  * Note also that you can add any number of
    63  * Note also that you can add any number of
    64  * <code>NamedValue</code> objects to this list regardless of
    64  * <code>NamedValue</code> objects to this list regardless of
    65  * its original length.
    65  * its original length.
    66  * <P>
       
    67  * <LI><code>org.omg.CORBA.ORB.create_operation_list</code>
    66  * <LI><code>org.omg.CORBA.ORB.create_operation_list</code>
    68  * <PRE>
    67  * <PRE>
    69  *    org.omg.CORBA.NVList nv = orb.create_operation_list(myOperationDef);
    68  *    org.omg.CORBA.NVList nv = orb.create_operation_list(myOperationDef);
    70  * </PRE>
    69  * </PRE>
    71  * The variable <code>nv</code> represents a newly-created
    70  * The variable <code>nv</code> represents a newly-created