Uses of Class org.omg.CORBA.NVList

Uses in package org.omg.CORBA.portable

Methods with parameter type org.omg.CORBA.NVList

Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
ObjectImpl._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
Delegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.

Uses in package org.omg.CORBA

Methods with parameter type org.omg.CORBA.NVList

Request
LocalObject._create_request(Context context, String operation, NVList parameters, NamedValue returns)
This method is not appropriate for the local objects and just throws an exception.
Request
Object._create_request(Context context, String operation, NVList parameters, NamedValue returns)
Create a request to invoke the method of this object.
Request
LocalObject._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
This method is not appropriate for the local objects and just throws an exception.
Request
Object._create_request(Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list)
Create a request to invoke the method of this object, specifying context list and the list of the expected exception.
void
Should specify the method parameter types and retrieve the values that must be passed to the method being called.
void
This method is deprecated, use arguments(NVList) (same parameter).
void
Set multiple properties.

Methods with return type org.omg.CORBA.NVList

NVList
Return the list of all previously added parameters.
NVList
ORB.create_list(int count)
Create an instance of a new NVList.
NVList
ORB.create_operation_list(Object operation_definition)
This should create the list, initialised with the argument descriptions for the given operation definition (CORBA OperationDef).
NVList
Context.get_values(String start_scope, int flags, String pattern)
Search the values.