Request::poll_response

Overview Determines whether a response to an asynchronous request is available.
Original class CORBA::Request


Intended Usage

The poll_response method is used by a client application that is using the Dynamic Invocation Interface (DII), to determine whether a response is available, after sending one or more deferred requests (for example, using CORBA::Request::send_deferred). This method can be called prior to calling CORBA::Request::get_response, to avoid blocking.

Syntax

  CORBA::Boolean poll_response();

Input parameters

None.

Return values

CORBA::Boolean
A zero return value indicates that a response is not available. A non-zero return value indicates that a response has been received.

Related reference
CORBA module



Searchable topic ID:   rcor_modr14
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_modr14.html

Library | Support | Terms of Use | Feedback