J-Integra® Espresso Programming Documentation (API)

ORB.create_sequence_tc Method

Creates a TypeCode object representing an IDL sequence. The TypeCode object is initialized with the given bound and element type.

Ics.CORBA.TypeCode create_recursive_tc(
 int bound,
 Ics.CORBA.TypeCode element_type,
);

Parameters

bound
the bound for the sequence, 0 if unbounded.
element_type
the TypeCode object describing the elements contained in the sequence .

Return Value

the newly-created TypeCode object describing a sequence.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace