Uses of Class org.omg.CORBA.NamedValue

Uses in package org.omg.CORBA.portable

Methods with parameter type org.omg.CORBA.NamedValue

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.NamedValue

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.

Methods with return type org.omg.CORBA.NamedValue

NamedValue
NVList.add(int a_flags)
Create and add a new named value object with null name, null value and having given flags.
NamedValue
NVList.add_item(String a_name, int a_flags)
Create and add the new named value object with the given names, given flags and the null value.
NamedValue
NVList.add_value(String a_name, Any a_value, int a_flags)
Create and add the named value object with the given name, value and flags.
NamedValue
ORB.create_named_value(String name, Any any, int flags)
Create a new named value.
NamedValue
NVList.item(int at)
Get the item at the given index
NamedValue
Get the value, returned by the method, together with its name.