Uses of Class
org.omg.CORBA.NVList

Packages that use NVList
org.jacorb.notification   
org.jacorb.notification.impl   
org.jacorb.orb   
org.jacorb.orb.dii   
org.jacorb.orb.dsi   
org.omg.CORBA   
org.omg.CORBA.portable   
 

Uses of NVList in org.jacorb.notification
 

Methods in org.jacorb.notification with parameters of type NVList
 Message MessageFactory.newMessage(java.lang.String interfaceName, java.lang.String operationName, NVList args, IProxyConsumer consumer)
           
 

Uses of NVList in org.jacorb.notification.impl
 

Methods in org.jacorb.notification.impl with parameters of type NVList
 Message DefaultMessageFactory.newMessage(java.lang.String interfaceName, java.lang.String operationName, NVList args, IProxyConsumer consumer)
          create a Message wrapping a typed event.
 

Uses of NVList in org.jacorb.orb
 

Subclasses of NVList in org.jacorb.orb
 class NVList
           
 

Methods in org.jacorb.orb that return NVList
 NVList ORB.create_list(int count)
           
 NVList ORB.create_operation_list(Object obj)
           
 NVList ORB.create_operation_list(OperationDef oper)
           
 NVList ORBSingleton.create_list(int count)
           
 NVList ORBSingleton.create_operation_list(OperationDef oper)
           
 NVList ORBSingleton.create_operation_list(Object obj)
           
 

Methods in org.jacorb.orb with parameters of type NVList
 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 NVList in org.jacorb.orb.dii
 

Fields in org.jacorb.orb.dii declared as NVList
 NVList Request.arguments
           
 

Methods in org.jacorb.orb.dii that return NVList
 NVList Request.arguments()
           
 

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

Uses of NVList in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return NVList
 NVList ServerRequest.arguments()
           
 

Methods in org.jacorb.orb.dsi with parameters of type NVList
 void ServerRequest.arguments(NVList p)
           
 

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)
           
abstract  NVList ORB.create_operation_list(Object oper)
           
abstract  NVList ORB.create_operation_list(OperationDef oper)
           
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
 void ServerRequest.params(NVList params)
          Deprecated. use arguments()
 void ServerRequest.arguments(NVList nv)
           
 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)
           
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)