diff -r 000000000000 -r 55540e827aef src/share/classes/org/omg/CORBA/doc-files/generatedfiles.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/share/classes/org/omg/CORBA/doc-files/generatedfiles.html Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,72 @@ + + + + + IDL-to-Java Generated Files + + + +

IDL-to-Java Generated Files

+ +

The files that are generated by the IDL-to-Java compiler, in accordance with the IDL-to-Java Language Mapping Specification, which is implemented in JavaTM SE 6 according the compliance document. + + +

In general IDL names and identifiers are mapped to Java names and identifiers with no change. Because of the nature of the Java language, a single IDL construct may be mapped to several (differently named) Java constructs. The additional names are constructed by appending a descriptive suffix. For example, the IDL interface foo is mapped to the Java interfaces foo and fooOperations, and additional Java classes fooHelper, fooHolder, fooPOA, and optionally fooPOATie. + + + +

The mapping in effect reserves the use of several names for its own purposes. These are: +

+