J-Integra® Espresso Programming Documentation (API)

POA.create_reference_with_id Method

This operation creates an object reference based on the given object and repository id. The object is activated with the first request.

Object create_reference_with_id(
 byte[] oid
 string rep_id
);

Parameters

oid
Object id.
rep_id
Repository id.

Return Value

Object reference created.

Remarks

none

Exceptions

Exception TypeCondition
CORBA.BAD_PARAM An error occurs in case the object id ist not a POA-generated id and the SYSTEM_ID policy is required.

See Also

POA Interface | POA Members | Ics Namespace