Previous Table of Contents Next


7.5.6 create_operation_list


   This operation, which creates a pseudo-object, is defined in the ORB interface.

   void create_operation_list ( // PIDL

   in OperationDef oper, // operation

   out NVList new_list // argument definitions );

   This operation returns an NVList initialized with the argument descriptions for a given operation. The information is returned in a form that may be used in Dynamic Invocation requests. The arguments are returned in the same order as they were defined for the operation.

   The list free operation is used to free the returned information.