J-Integra® Espresso Programming Documentation (API)

ORB.resolve_initial_references Method

Resolves a specific object reference from the set of available initial service names.

Ics.CORBA.Object resolve_initial_references(
 string object_name
);

Parameters

object_name
the name of the initial service as a string.

Return Value

the object reference associated with the given name.

Remarks

none

Exceptions

Exception TypeCondition
Ics.CORBA.ORBPackage.InvalidName An error occurs if the given name is not associated with a known service.

See Also

ORB Interface | ORB Members | Ics Namespace