Programming Guide



return_args

Returns in/out and out parameters for a method

Synopsis

return_args argList

Arguments

argList
Specifies a comma-delimited list of variables whose data will be returned to the client.

Environment

COM, EJB

Scope

Server

Description

The return_args command passes a list of variables whose data is to be passed back to the client. These are matched in order with the method's in/out and out parameters.

Example

Refer to the example for receive_args.

See Also

receive_args, raise_exception