[omniORB] Object Id and POA reference
David Riddoch
djr@uk.research.att.com
Tue, 17 Oct 2000 16:31:34 +0100 (BST)
On Tue, 17 Oct 2000, Brenneis, Steve wrote:
> I apologize in advance if this is something already addressed in this list,
> but I searched the archives and couldn't find the specific information.
> Also, I apologize if this is a RTMS question.
>
> How does omniORB encapsulate the Object Id and POA reference into the object
> reference as required by chapter 11 of the specification? Is this done by
> concatenation into the object key of the GIOP IOR?
Yes.
> If so, is this standard
> and where in the specification is this detailed?
It is ORB specific, and so there is no OMG specification.
To see how omniORB does it look in src/lib/omniORB2/orbcore/poa.cc.
create_key()
and create_new_key()
But please don't rely in this -- it might very well change in the future.
Cheers,
David