Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::poll_next_response

Synopsis

Determines whether a completed request is outstanding.

C++ Binding

CORBA::Boolean  CORBA::ORB::poll_next_response ();

Arguments

None.

Description

This member function reports on whether there is an outstanding (pending) completed request; it does not remove the request. If a completed request is outstanding, the next call to the CORBA::ORB::get_next_response member function is guaranteed to return a request without waiting. If there are no completed requests outstanding, the CORBA::ORB::poll_next_response member function returns without waiting (blocking).

Return Values

If a completed request is outstanding, the function returns CORBA_TRUE.

If no completed request is outstanding, the function returns CORBA_FALSE.

See Also

CORBA::ORB::get_next_response

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy