J-Integra® Espresso Programming Documentation (API)

Any.extract_Object Method

Extracts the Ics.CORBA.Object in this Any object's value field.

Ics.CORBA.Object extract_Object();

Parameters

none

Return Value

the Ics.CORBA.Object stored in this Any object.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.BAD_OPERATION An error occurs if this Any object contains something other than a Ics.CORBA.Object or the value field has not yet been set.

See Also

Any Interface | Any Members | Ics Namespace