Frames | No Frames |
Classes derived from org.omg.CORBA.ExceptionList | |
class | The implementation of the list of type codes for exceptions.
|
Fields of type org.omg.CORBA.ExceptionList | |
ExceptionList | The list of all exceptions that can be thrown by the method being invoked.
|
Methods with parameter type org.omg.CORBA.ExceptionList | |
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 list of exceptions. |
Methods with return type org.omg.CORBA.ExceptionList | |
ExceptionList | |
ExceptionList |
Methods with parameter type org.omg.CORBA.ExceptionList | |
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.
|
Methods with parameter type org.omg.CORBA.ExceptionList | |
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.ExceptionList | |
ExceptionList | Creates an empty exception list.
|
ExceptionList | List the exceptions that may be thrown by the CORBA object method being
invoked.
|
Methods with parameter type org.omg.CORBA.ExceptionList | |
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.
|