J-Integra® Espresso Programming Documentation (API)

ORB.create_interface_tc Method

Creates a TypeCode object representing an IDL interface. The TypeCode object is initialized with the given id and name.

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

Parameters

id
the repository id for the interface.
name
the name for the interface.

Return Value

the newly-created TypeCode object describing an IDL interface.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace