J-Integra® Espresso Programming Documentation (API)

ORB.lookup_value_factory Method

Retrieves a value factory previously registered with the ORB.

Ics.CORBA.portable.ValueFactory lookup_value_factory(
 string id,
);

Parameters

id
identifier.

Return Value

the registered value factory.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.MARSHAL An error occurs if the given identifier is not associated with a registered value factory.

See Also

ORB Interface | ORB Members | Ics Namespace