GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.omg.CORBA.ContextList | |
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, 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 write a CORBA context to the output stream, but,
following the 1.4 specification, it does not and
must be overridden to get a functionality.
|
Methods with parameter type org.omg.CORBA.ContextList | |
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.ContextList | |
ContextList | Get the context list object for this request.
|
ContextList | Creates an empty CORBA ContextList .
|
GNU Classpath (0.95) |