Previous Table of Contents Next


3.13.2 Parameter Declarations


   Parameter declarations in OMG IDL operation declarations have the following syntax:

   A parameter declaration must have a directional attribute that informs the communication service in both the client and the server of the direction in which the parameter is to be passed. The directional attributes are:

   • out - the parameter is passed from server to client.

   It is expected that an implementation will not attempt to modify an in parameter. The ability to even attempt to do so is language-mapping specific; the effect of such an action is undefined.

   If an exception is raised as a result of an invocation, the values of the return result and any out and inout parameters are undefined.