Searched defs:NVList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNVList.java31 * The class <code>NVList</code> is used as follows:
46 * An <code>NVList</code> object
52 * org.omg.CORBA.NVList nv = orb.create_list(3);
55 * <code>NVList</code> object. The argument is a memory-management
57 * If, for example, you want to use an <code>NVList</code> object
60 * <code>create_list</code>. Note that the new <code>NVList</code>
69 * org.omg.CORBA.NVList nv = orb.create_operation_list(myOperationDef);
72 * <code>NVList</code> object that contains descriptions of the
77 * The methods in the class <code>NVList</code> all deal with
93 public abstract class NVList { class
[all...]

Completed in 30 milliseconds