J-Integra® Espresso Programming Documentation (API)

ORB.create_abstract_interface_tc Method

Creates a TypeCode object for an IDL abstract interface.

Ics.CORBA.TypeCode create_abstract_interface_tc(
 string id,
 string name
);

Parameters

id
the logical id for the abstract interface type.
name
the name of the abstract interface type.

Return Value

the requested TypeCode.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace