-
Key: I2JAV11-138
-
Legacy Issue Number: 3946
-
Status: closed
-
Source: Oracle ( Everett Anderson)
-
Summary:
IDL to Java specification
ptc-00-01-08
Section 1.15.2
Page 56Problem:
CompletionStatus needs to implement org.omg.CORBA.portable.IDLEntity
since it's mapped as an enum.IDLEntity extends java.io.Serializable, and that is crucial for
CompletionStatus since it's a member of SystemExceptions. If it isn't
Serializable, then none of the exceptions are, either.Solution:
OLD:
public final class CompletionStatus {NEW:
public final class CompletionStatus
implements org.omg.CORBA.portable.IDLEntity { -
Reported: I2JAV 1.0 — Tue, 10 Oct 2000 04:00 GMT
-
Disposition: Resolved — I2JAV 1.1
-
Disposition Summary:
closed issue...editorial change
-
Updated: Fri, 6 Mar 2015 21:38 GMT
I2JAV11 — CompletionStatus needs to implement org.omg.CORBA.portable.IDLEntity
- Key: I2JAV11-138
- OMG Task Force: IDL to Java December 2000 RTF