CORBA 2.4 NO IDEA Avatar
  1. OMG Issue

CORBA24 — ORB ID accessor

  • Key: CORBA24-108
  • Legacy Issue Number: 3817
  • Status: closed  
  • Source: Triodia Technologies Pty Ltd ( Michi Henning)
  • Summary:

    ORB_init allows me to specify an ORB ID, but there is no way to get that
    ORB ID back from an ORB. It seems wrong to force people to specify an
    object identity during object creation but to not allow access to that
    identity later.

    I would suggest to add an accessor to the ORB interface:

    interface ORB

    { ORBid id(); // ... }

    ;

  • Reported: CORBA 2.3.1 — Fri, 8 Sep 2000 04:00 GMT
  • Disposition: Resolved — CORBA 2.4
  • Disposition Summary:

    Add the proposed accessor to ORB.

  • Updated: Fri, 6 Mar 2015 20:58 GMT