Frames | No Frames |
Classes derived from org.omg.CORBA.ContextList | |
class | The working implementation of the ContextList .
|
Fields of type org.omg.CORBA.ContextList | |
ContextList | The context list for method contexts().
|
Methods with parameter type org.omg.CORBA.ContextList | |
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 context list that is later returned by the method
contexts() .
|
Methods with return type org.omg.CORBA.ContextList | |
ContextList | |
ContextList |
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 | |
void | Following the specification, this is not implemented.
|
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 .
|
Methods with parameter type org.omg.CORBA.ContextList | |
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.
|