Overview | Retrieves the in and inout parameter values of a ServerRequest. |
Original class | CORBA::ServerRequest |
Exceptions | CORBA::SystemException |
Intended Usage
This method is intended to be used by an implementation of CORBA::BOA::DynamicImplementation::invoke (in a subclass of DynamicImplementation), to discover the the in and inout parameter values for the operation being dispatched. The caller supplies the types of the parameters via an NVList, and receives the parameter values in the same NVList. An implementation of CORBA::BOA::DynamicImplementation::invoke must invoke CORBA::ServerRequest::arguments exactly once.
Syntax
void arguments (CORBA::NVList_ptr parameters) throw (CORBA::SystemException);
Input parameters
Return values