-
Key: I2JAV11-120
-
Legacy Issue Number: 3659
-
Status: closed
-
Source: Oracle ( Anita Jindal)
-
Summary:
(6). The mapping for org.omg.PortableServer.Servant.java specifies the
following signature for _get_interfaces.final public org.omg.CORBA.InterfaceDef _get_interface()
{ return _get_delegate().get_interface(this); }
Also, for org.omg.PortableServer.portable.Delegate.java
org.omg.CORBA.InterfaceDef get_interface(
org.omg.PortableServer.Servant self);
The above mapping for server-side should be changed to match the
client side mapping. Please note, that in the
org.omg.CORBA.portable.ObjectImpl, the following signature has been deprecated.
/**
*@deprecated Deprecated by CORBA 2.3
*/
public org.omg.CORBA.InterfaceDef _get_interface() { return _get_delegate().get_interface(this); }the new signature according to CORBA 2.3 spec is:
public org.omg.CORBA.Object _get_interface_def()
{ return _get_delegate().get_interface_def(this); } -
Reported: I2JAV 1.0 — Wed, 31 May 2000 04:00 GMT
-
Disposition: Resolved — I2JAV 1.1
-
Disposition Summary:
see below
-
Updated: Fri, 6 Mar 2015 21:38 GMT
I2JAV11 — OMG ZIP FILE ISSUES for IDL to Java RTF (06)
- Key: I2JAV11-120
- OMG Task Force: IDL to Java December 2000 RTF