I2JAV 1.1 NO IDEA Avatar
  1. OMG Issue

I2JAV11 — Missing operations on org.omg.CORBA.Object

  • Key: I2JAV11-150
  • Legacy Issue Number: 5782
  • Status: closed  
  • Source: Oracle ( Ken Cavanaugh)
  • Summary:

    While reviewing the latest CORBA 3.1 draft, I noticed that a number of methods recently
    added to CORBA::Object are missing from org.omg.CORBA.Object. The list of missing methods
    is:

    get_client_policy
    get_policy_overrides
    validate_connection
    get_component

    A group of related issues in the core RTF (core issues 3403/3772/3793/3322) are all
    centered on questions about access to ORB operations. The solution to this problem
    has converged on making the ORB available on every object reference. I am including this change in
    this issue as well. It turns out that the Java mapping requires updating 4 separate
    standard classes for every new method that is added to CORBA::Object. 2 of the 4
    classes in the mapping already have an ORB accessor. The main change required to
    support access to the ORB is in the LocalObject implementation.

    I plan to include this issue in the next java-rtf vote. Please note the question inline
    below, and let me know if you have any strong opinions one way or the other.

  • Reported: I2JAV 1.0 — Mon, 2 Dec 2002 05:00 GMT
  • Disposition: Resolved — I2JAV 1.1
  • Disposition Summary:

    Incorporate changes and close issue

  • Updated: Fri, 6 Mar 2015 21:40 GMT