J-Integra® Espresso Programming Documentation (API)

Object._duplicate Method

Returns a duplicate of this CORBA object reference. The duplication of the object reference happens on the client side, and the implementation cannot distinguish whether the original object reference or a duplicate was used to make a request.

Note that this method is not very useful within the .NET framework, since memory management is handled by the framework itself. It is included for compliance with the CORBA APIs.

The method _duplicate may return this object reference itself.

Ics.CORBA.Object _duplicate();

Parameters

none

Return Value

the duplicate of this object reference or this object reference itself.

Remarks

none

Exceptions

none

See Also

Object Interface | Object Members | Ics Namespace