aoqi@0: aoqi@0: aoqi@0: aoqi@0: aoqi@0: IDL-to-Java Generated Files aoqi@0: aoqi@0: aoqi@0: aoqi@0:

IDL-to-Java Generated Files

aoqi@0: aoqi@0:

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. aoqi@0: aoqi@0: aoqi@0:

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. aoqi@0: aoqi@0: aoqi@0: aoqi@0:

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

aoqi@0: