Request::send_deferred

Overview Sends an asynchronous DII request.
Original class CORBA::Request


Intended Usage

The send_deferred method is used by a client application that is using the Dynamic Invocation Interface (DII), to issue an asynchronous request. The results of an asynchronous request are later obtained using CORBA::Request::get_response. The CORBA:: Request::poll_response method is used to determine whether a response is available. A Request object is constructed using the CORBA::Object::_create_request or CORBA::Object::_request method.

Syntax

  CORBA::Status send_deferred();

Input parameters

None.

Return values

CORBA::Status
A zero return code indicates the DII request was successfully sent. A non-zero return code indicates failure.

Related reference
CORBA module



Searchable topic ID:   rcor_modr17
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modr17.html

Library | Support | Terms of Use | Feedback