Frames | No Frames |
Classes derived from org.omg.CORBA.NVList | |
class | The implementation of NVList .
|
Methods with parameter type org.omg.CORBA.NVList | |
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 argument list. |
void |
Methods with return type org.omg.CORBA.NVList | |
NVList | |
NVList | OrbRestricted.create_list(int count) |
NVList |
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.
|
Methods with parameter type org.omg.CORBA.NVList | |
void | Get the argument list that can be modified.
|
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.
|
void | Get the argument list that can be modified.
|
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 | 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 | This should create the list, initialised with the argument descriptions
for the given operation definition (CORBA OperationDef ).
|
NVList | Search the values.
|