Uses of Class
org.omg.CORBA.NamedValue

Packages that use NamedValue
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of NamedValue in org.omg.CORBA
 

Methods in org.omg.CORBA that return NamedValue
abstract  NamedValue NVList.add_item(String item_name, int flags)
           
abstract  NamedValue NVList.add_value(String name, Any value, int flags)
           
abstract  NamedValue NVList.add(int flags)
           
abstract  NamedValue ORB.create_named_value(String s, Any any, int flags)
           
abstract  NamedValue NVList.item(int index)
           
abstract  NamedValue Request.result()
           
 

Methods in org.omg.CORBA with parameters of type NamedValue
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Object._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 Request LocalObject._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 

Uses of NamedValue in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type NamedValue
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
abstract  Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.