ORB::poll_next_response

Overview Determines whether a response to a deferred request is available.
Original class CORBA::ORB
Exceptions CORBA::SystemException


Intended Usage

The CORBA::ORB::poll_next_response method is intended to be used by client applications that are using the Dynamic Invocation Interface (DII), to determine whether a response is available, after sending one or more deferred requests (for example, using CORBA::ORB::send_multiple_requests_deferred or CORBA::Request::send). This method can be called prior to calling ORB::get_next_response, to avoid blocking.

Syntax

  CORBA::Boolean poll_next_response ();

Input parameters

None.

Return values

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

Example

See example in ORB::get_next_response.


Related reference
CORBA module



Searchable topic ID:   rcor_modo28
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_modo28.html

Library | Support | Terms of Use | Feedback