J-Integra® Espresso Programming Documentation (API)

POA.reference_to_id Method

This operation returns the object id of the given object reference. The object does not need to be active but the object reference must have been created by the same POA this method is called on.

byte[] reference_to_id(
 Ics.CORBA.Object reference
);

Parameters

reference
Object reference.

Return Value

Object id associated with the object reference.

Remarks

none

Exceptions

Exception TypeCondition
POAPackage.WrongAdapter An error occurs if the reference was not created by the POA specified in the reference.

See Also

POA Interface | POA Members | Ics Namespace