Uses of Class org.omg.CORBA.Request

Uses in package org.omg.CORBA.portable

Methods with return type org.omg.CORBA.Request

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
Create a request to invoke the method of this CORBA object.
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.
Request
Delegate.request(Object target, String operation)
Create a request to invoke the method of this CORBA object.

Uses in package org.omg.CORBA

Methods with parameter type org.omg.CORBA.Request

void
Send multiple prepared requests expecting to get a reply.
void
Send multiple prepared requests one way, do not caring about the answer.

Methods with return type org.omg.CORBA.Request

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
Object._create_request(Context context, String operation, NVList parameters, NamedValue returns)
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.
Request
This method is not appropriate for the local objects and just throws an exception.
Request
Object._request(String operation)
Create a request to invoke the method of this CORBA object.
Request
Get the next instance with a response being received.