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