Uses of Class
org.omg.CORBA.NamedValue

Packages that use NamedValue
org.jacorb.orb   
org.jacorb.orb.dii   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of NamedValue in org.jacorb.orb
 

Subclasses of NamedValue in org.jacorb.orb
 class NamedValue
           
 

Methods in org.jacorb.orb that return NamedValue
 NamedValue ORB.create_named_value(java.lang.String name, Any value, int flags)
           
 NamedValue NVList.add(int item_flags)
           
 NamedValue NVList.add_item(java.lang.String item_name, int item_flags)
           
 NamedValue NVList.add_value(java.lang.String item_name, Any value, int item_flags)
           
 NamedValue NVList.item(int index)
           
 NamedValue ORBSingleton.create_named_value(java.lang.String name, Any value, int flags)
           
 

Methods in org.jacorb.orb with parameters of type NamedValue
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList args, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
 

Uses of NamedValue in org.jacorb.orb.dii
 

Methods in org.jacorb.orb.dii that return NamedValue
 NamedValue Request.result()
           
 

Constructors in org.jacorb.orb.dii with parameters of type NamedValue
Request(Object t, ORB _orb, ClientConnection e, byte[] obj_key, java.lang.String op, NVList args, Context c, NamedValue result)
           
 

Uses of NamedValue in org.omg.CORBA
 

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

Methods in org.omg.CORBA with parameters of type NamedValue
 Request Object._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request Object._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 Request LocalObject._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request LocalObject._create_request(Context ctx, java.lang.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, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request ObjectImpl._create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exceptions, ContextList contexts)
           
abstract  Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
abstract  Request Delegate.create_request(Object self, Context ctx, java.lang.String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)