--- old/src/java.corba/share/classes/org/omg/PortableServer/POAPackage/package.html 2015-09-12 23:51:31.463735503 +0300 +++ new/src/java.corba/share/classes/org/omg/PortableServer/POAPackage/package.html 2015-09-12 23:51:31.351734948 +0300 @@ -45,25 +45,34 @@ -

Given an interface My defined in My.idl, the file MyPOA.java is generated by the idlj compiler. You must provide the implementation for My and it must inherit from MyPOA. +

Given an interface My defined in My.idl, the file MyPOA.java +is generated by the idlj compiler. You must provide +the implementation for My and it must inherit from MyPOA. -

MyPOA.java is a stream-based skeleton that extends org.omg.PortableServer.Servant and implements the InvokeHandler interface and the operations interface associated with the IDL interface the skeleton implements. +

MyPOA.java is a stream-based skeleton that extends +org.omg.PortableServer.Servant and implements the InvokeHandler +interface and the operations interface associated with the IDL interface the skeleton implements. + +

The PortableServer module for the Portable Object Adapter (POA) +defines the native Servant type. In the Java programming language, +the Servant type is mapped to the Java org.omg.PortableServer.Servant class. +It serves as the base class for all POA servant implementations +and provides a number of methods that may be invoked by the application programmer, +as well as methods which are invoked by the POA itself +and may be overridden by the user to control aspects of servant behavior. -

The PortableServer module for the Portable Object Adapter (POA) defines the native Servant type. In the Java programming language, the Servant type is mapped to the Java org.omg.PortableServer.Servant class. It serves as the base class for all POA servant implementations and provides a number of methods that may -be invoked by the application programmer, as well as methods which are invoked by the POA itself and may be overridden by the user to control aspects of servant behavior. - -

All Mapping corresponds to the Chapter 11 of +

All Mapping corresponds to the Chapter 11 of CORBA V2.3.1 specified by OMG document formal/99-10-07.pdf. - The exception to this is the id attribute, which is added in ptc/00-08-06, + The exception to this is the id attribute, which is added in ptc/00-08-06, section 11.3.8.26.

Package Specification

-

For a precise list of supported sections of official specifications with which -the Java[tm] Platform, Standard Edition 6, ORB complies, see Official Specifications for CORBA +

For a precise list of supported sections of official specifications with which +the Java[tm] Platform, Standard Edition 6, ORB complies, see Official Specifications for CORBA support in Java[tm] SE 6. @since 1.4