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 gnu.CORBA

Classes derived from org.omg.CORBA.Request

class
The implementation of the CORBA request.

Methods with parameter type org.omg.CORBA.Request

void
Send multiple prepared requests expecting to get a reply.
void
Send multiple prepared requests expecting to get a reply.
void
This method is not allowed for a RestrictedORB.
void
Send multiple prepared requests one way, do not caring about the answer.
void
Send multiple prepared requests one way, do not caring about the answer.
void
This method is not allowed for a RestrictedORB.

Methods with return type org.omg.CORBA.Request

Request
IorDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Creates the request to invoke the method on this object.
Request
SimpleDelegate.create_request(Object target, Context context, String operation, NVList parameters, NamedValue returns)
Create the request for the local call
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.
Request
Get the next instance with a response being received.
Request
Get the next instance with a response being received.
Request
This method is not allowed for a RestrictedORB.
Request
IorDelegate.request(Object target, String operation)
Create a request to invoke the method of this CORBA object.
Request
SimpleDelegate.request(Object target, String operation)
This method assumes that the target is local and connected to the ORB.

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.

Uses in package gnu.CORBA.Poa

Classes derived from org.omg.CORBA.Request

class
Directs the invocation to the locally available servant.

Methods with return type org.omg.CORBA.Request

Request
LocalDelegate.create_request(Object target, Context context, String method, NVList parameters, NamedValue returns)
Create request for using with DII.
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.
Request