Overview | Repeatedly executes remote requests in a server application. |
Original class | CORBA module: BOA Class |
Exceptions | CORBA::SystemException |
Intended Usage
This method is intended to be used by a server application to repeatedly execute remote requests as they are received from remote clients, and sends the responses to the waiting clients. Both blocking and non-blocking calls are supported. Requests are executed in first-in-first-out order only, by calling CORBA::BOA::execute_next_request. This method should be called only after CORBA::BOA::impl_is_ready has been called successfully.
This method is an IBM extension to the CORBA specification.
Syntax
virtual CORBA::Status execute_request_loop (CORBA::Flags waitFlag);
Input parameters
Return values
Example
See example in CORBA::ORB::BOA_init.