Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::get_next_response

Synopsis

Determines and reports the next deferred synchronous request that completes.

C++ Binding

void CORBA::ORB::get_next_response (
CORBA::Request_out RequestObj);

Argument

RequestObj

The reference to the next completed request.

Description

This member function returns a reference to the next request that completes. If no requests have completed, the function waits for a request to complete. This member function returns the next request on the queue, in contrast to the CORBA::Request::get_response member function, which waits for a particular request to complete. When no longer needed, this request must be freed using the CORBA::release member function.

Return Values

None.

See Also

CORBA::ORB::poll_next_response
CORBA::Request::get_reponse

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy