Specifies method parameter types and retrieves "in" and "inout"
argument values.
Unless it calls the method
set_exception
,
the DIR must call this method exactly once, even if the
method signature contains no parameters. Once the method
arguments
or
set_exception
has been called, calling
arguments
on the same
ServerRequest
object
will result in a
BAD_INV_ORDER
system exception.
The DIR must pass in to the method
arguments
an NVList initialized with TypeCodes and Flags
describing the parameter types for the operation, in the order in which
they appear in the IDL specification (left to right). A
potentially-different NVList will be returned from
arguments
, with the
"in" and "inout" argument values supplied. If it does not call
the method
set_exception
,
the DIR must supply the returned NVList with return
values for any "out" arguments before returning, and it may also change
the return values for any "inout" arguments.
Parameters:
-
args - the arguments of the method, in the
form of an NVList
See Also:
CORBA
package comments for unimplemented features,