J-Integra® Espresso Programming Documentation (API)

POA.id_to_reference Method

This operation returns the reference for the given object id provided the associated object is active.

CORBA.Object id_to_reference(
 byte[] oid
);

Parameters

oid
Object id of the active object.

Return Value

Object reference associated with the object.

Remarks

none

Exceptions

Exception TypeCondition
POAPackage.WrongPolicy An error occurs if the RETAIN policy is not specified.
POAPackage.ObjectNotActive An error occurs if the object for the given object id is not active.

See Also

POA Interface | POA Members | Ics Namespace