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 Context.get_values(java.lang.String start_scope, int op_flags, java.lang.String pattern)
           
abstract  NVList Request.arguments()
           
abstract  NVList ORB.create_list(int count)
           
 NVList ORB.create_operation_list(Object oper)
          Deprecated. by CORBA 2.3
 

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

Uses of NVList in org.omg.CORBA.portable
 

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



Copyright © {inceptionYear}-2007 null. All Rights Reserved.