Frames | No Frames |
Classes derived from org.omg.CORBA.NamedValue | |
class | The implementation of the named value.
|
Fields of type org.omg.CORBA.NamedValue | |
NamedValue | The result, returned by the invoked method (function).
|
Methods with parameter type org.omg.CORBA.NamedValue | |
void | Add the given named value to the list directly.
|
Request | IorDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns) Creates the request to invoke the method on this object.
|
Request | SimpleDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns) Create the request for the local call
|
Request | IorDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Creates the request to invoke the method on this object.
|
Request | SimpleDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Create the request for the local call.
|
void | Set the named value, returned as result. |
Methods with return type org.omg.CORBA.NamedValue | |
NamedValue | |
NamedValue | |
NamedValue | |
NamedValue | |
NamedValue | |
NamedValue |
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.
|
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 | 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 | Create and add a new named value object with null name,
null value and having given flags.
|
NamedValue | Create and add the new named value object with the given
names, given flags and the null value.
|
NamedValue | Create and add the named value object with the given name,
value and flags.
|
NamedValue | Create a new named value.
|
NamedValue | Get the item at the given index
|
NamedValue | Get the value, returned by the method, together with its name.
|
Methods with parameter type org.omg.CORBA.NamedValue | |
Request | LocalDelegate.create_request(Object target, Context context, String method, NVList parameters, NamedValue returns) Create request for using with DII.
|
Request | LocalDelegate.create_request(Object target, Context context, String method, NVList parameters, NamedValue returns, ExceptionList exceptions, ContextList ctx_list) Create request for using with DII.
|