Uses of Class
org.omg.CORBA.NVList

Packages that use NVList
org.apache.yoko.orb.CORBA   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.PortableInterceptor   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.PortableServer   
 

Uses of NVList in org.apache.yoko.orb.CORBA
 

Subclasses of NVList in org.apache.yoko.orb.CORBA
 class NVList
           
 

Methods in org.apache.yoko.orb.CORBA that return NVList
 NVList Request.arguments()
           
 NVList Context.get_values(String start_scope, int op_flags, String pattern)
           
 

Methods in org.apache.yoko.orb.CORBA with parameters of type NVList
 void ServerRequest.arguments(NVList parameters)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request Delegate.create_request(Object self, Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 void Context.set_values(NVList values)
           
 

Uses of NVList in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as NVList
protected  NVList PIDIIDowncall.args_
           
 

Methods in org.apache.yoko.orb.OB with parameters of type NVList
 Downcall DowncallStub.createPIDIIDowncall(String op, boolean resp, NVList args, NamedValue result, ExceptionList exceptions)
           
 void PIUpcall.setArguments(NVList args)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type NVList
PIDIIDowncall(ORBInstance orbInstance, Client client, ProfileInfo profileInfo, RefCountPolicyList policies, String op, boolean resp, IOR IOR, IOR origIOR, PIManager piManager, NVList args, NamedValue result, ExceptionList exceptions)
           
 

Uses of NVList in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that return NVList
 NVList ORB_impl.create_list(int count)
           
 NVList ORBSingleton_impl.create_list(int count)
           
 NVList ORB_impl.create_operation_list(Object oper)
           
 NVList ORBSingleton_impl.create_operation_list(Object oper)
           
 NVList ORB_impl.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
 NVList ORBSingleton_impl.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
 

Uses of NVList in org.apache.yoko.orb.PortableInterceptor
 

Methods in org.apache.yoko.orb.PortableInterceptor with parameters of type NVList
 void ServerRequestInfo_impl._OB_arguments(NVList args)
           
 

Constructors in org.apache.yoko.orb.PortableInterceptor with parameters of type NVList
ClientRequestInfo_impl(ORB orb, int id, String op, boolean responseExpected, IOR IOR, IOR origIOR, ProfileInfo profileInfo, Policy[] policies, Vector requestSCL, Vector replySCL, ORBInstance orbInstance, Current_impl current, NVList args, NamedValue result, ExceptionList exceptions)
           
 

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)
           
abstract  NVList ORB.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
abstract  NVList Context.get_values(String start_scope, int op_flags, String pattern)
           
 

Methods in org.omg.CORBA with parameters of type NVList
 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 excepts, ContextList contexts)
           
 void ServerRequest.arguments(NVList nv)
           
 void ServerRequest.params(NVList parms)
          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, String operation, NVList arg_list, NamedValue result)
           
 Request ObjectImpl._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
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 excepts, ContextList contexts)
           
 

Uses of NVList in org.omg.PortableServer
 

Methods in org.omg.PortableServer with parameters of type NVList
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request ServantManagerPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request AdapterActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantLocatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 Request ServantActivatorPOA._create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList excepts, ContextList contexts)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.