Tuxedo
0

Administering a Tuxedo Application at Run Time

 Previous Next Contents View as PDF  

CORBA::ORB::create_operation_list

Synopsis

Creates and returns a list of the arguments of a specified operation.

C++ Binding

void CORBA::ORB::create_operation_list (
CORBA::OperationDef_ptr Oper,
CORBA::NVList_out List);

Arguments

Oper

The operation definition for which the list is being created.

List

Receives a reference to the newly created arguments list.

Description

This member function creates and returns a list of the arguments of a specified operation, in a form that may be used with the Dynamic Invocation Interface (DII). When no longer needed, this list must be freed using the CORBA::release member function.

Return Values

None.

See Also

CORBA::OBB::create_list
CORBA::NVList::add
CORBA::NVList::add_item
CORBA::NVList::add_value
CORBA::release

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy