KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > NVList

org.omg.CORBA
Class NVList

java.lang.Object
  extended by org.omg.CORBA.NVList
See Also:
Top Examples, Source Code, Request, ServerRequest, NamedValue, Context

public abstract NamedValue add(int flags)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract NamedValue add_item(String item_name,
                                    int flags)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract NamedValue add_value(String item_name,
                                     Any val,
                                     int flags)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int count()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract NamedValue item(int index)
                         throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NVList()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void remove(int index)
                     throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags