GNU Classpath (0.95) | |
Frames | No Frames |
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 | |
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.
|
GNU Classpath (0.95) |