Uses of Class
org.omg.CORBA.NVList

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

Uses of NVList in org.omg.CORBA
 

Methods in org.omg.CORBA that return NVList
abstract  NVList Request.arguments()
           
abstract  NVList ORB.create_list(int count)
           
 NVList ORB.create_operation_list(Object oper)
          Deprecated. by CORBA 2.3
abstract  NVList Context.get_values(java.lang.String start_scope, int op_flags, java.lang.String pattern)
           
 

Methods in org.omg.CORBA with parameters of type NVList
 Request Object._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)
           
 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, ExceptionList exceptions, ContextList contexts)
           
 void ServerRequest.arguments(NVList nv)
           
 void ServerRequest.params(NVList params)
          Deprecated. use arguments()
abstract  void Context.set_values(NVList values)
           
 

Uses of NVList in org.omg.CORBA.portable
 

Methods in org.omg.CORBA.portable with parameters of type NVList
 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)
           
 



Copyright © 2011. All Rights Reserved.