J-Integra® Espresso Programming Documentation (API)

ORB.register_value_factory Method

Registers a value factory with the ORB.

Ics.CORBA.portable.ValueFactory register_value_factory(
 string id,
 Ics.CORBA.portable.ValueFactory factory,
);

Parameters

id
identifier for the registration of the value factory.
factory
value factory to register.

Return Value

the registered value factory.

Remarks

none

Exceptions

none

See Also

ORB Interface | ORB Members | Ics Namespace