-
Key: I2JAV12-18
-
Legacy Issue Number: 4741
-
Status: closed
-
Source: Oracle ( Ken Cavanaugh)
-
Summary:
The portable interceptors specification added a new method to the
ORB for registering initial references. This method needs to
be added to the standard org.omg.CORBA.ORB class.We should simply add the register_initial_reference method to
org.omg.CORBA.ORB and not create another version of the ORB
class for this purpose.Proposed Resolution: Incorporate edits and close issue
Revised Text:
In section 1.19.10
in the PIDL section, add before resolve_initial_references:void register_initial_reference( in ObjectId identifier,
in Object obj ) raises (InvalidName) ;in the Java section, add before resolve_initial_references:
public void register_initial_reference( String id,
org.omg.CORBA.Object obj ) throws InvalidName ;Also update the org.omg.CORBA.ORB class in the omg.zip file.
-
Reported: I2JAV 1.1 — Fri, 7 Dec 2001 05:00 GMT
-
Disposition: Resolved — I2JAV 1.2
-
Disposition Summary:
Incorporate joint resolution changes and close issue
-
Updated: Fri, 6 Mar 2015 20:58 GMT
I2JAV12 — New issue on register_initial_reference
- Key: I2JAV12-18
- OMG Task Force: IDL to Java 2002 RTF