# HG changeset patch # User jjg # Date 1494455069 25200 # Node ID a3e210a93f90a3902976f85efe0d4c390b4c28be # Parent b2218d41edef02ee8f94bb438f885b2ba79bfa08 8180041: Fix HTML 5 issues in java.corba Reviewed-by: alanb, lancea diff -r b2218d41edef -r a3e210a93f90 src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/package.html --- a/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/package.html Thu May 04 16:38:07 2017 +0000 +++ b/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/package.html Wed May 10 15:24:29 2017 -0700 @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ package - -Provides the mapping of the OMG CORBA APIs to the JavaTM + +Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). @@ -427,7 +427,7 @@ in this case, Account objects. - +

The narrow Method

When an object is the return value for a method, it is returned in the form of a generic object, either an org.omg.CORBA.Object object @@ -465,7 +465,7 @@ helloImpl = HelloHelper.narrow(ncRef.resolve_str(name)); - +

Example of a Basic Helper Class

A basic helper class, for purposes of this explanation, is one with the methods that are provided by every helper class, plus a narrow @@ -671,7 +671,7 @@      WStringSeqHelper      WStringValueHelper - +

Other Classes

The other classes and interfaces in the CORBA package, which are @@ -868,17 +868,17 @@ -

+

CORBA Features Not Implemented in Java IDL

Some of the API included in org.omg subpackages is provided for conformance with the current OMG CORBA specification but is not implemented -in Sun's release of the JDKTM. This enables +in Sun's release of the JDK™. This enables other JDK licensees to provide implementations of this API in standard extensions and products. -

+

Features That Throw NO_IMPLEMENT

Some of the API included in org.omg subpackages throw diff -r b2218d41edef -r a3e210a93f90 src/java.corba/share/classes/org/omg/CORBA/portable/package.html --- a/src/java.corba/share/classes/org/omg/CORBA/portable/package.html Thu May 04 16:38:07 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA/portable/package.html Wed May 10 15:24:29 2017 -0700 @@ -1,8 +1,8 @@ - + - + Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated @@ -38,7 +38,7 @@

- +


CORBA Features Throwing NO_IMPLEMENT() Exceptions


diff -r b2218d41edef -r a3e210a93f90 src/java.corba/share/classes/org/omg/CORBA_2_3/package.html --- a/src/java.corba/share/classes/org/omg/CORBA_2_3/package.html Thu May 04 16:38:07 2017 +0000 +++ b/src/java.corba/share/classes/org/omg/CORBA_2_3/package.html Wed May 10 15:24:29 2017 -0700 @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ package - + The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java[tm] Standard Edition 6.   These changes occurred in recent revisions to the CORBA API defined by the OMG.  The new methods were @@ -46,7 +46,7 @@ HREF="../CORBA/doc-files/compliance.html">Official Specifications for CORBA support in Java[tm] SE 6.

- + The following methods in the abstract class org.omg.CORBA_2_3.ORB are unimplemented: