Fujitsu V6.0 Server User Manual


 
Restrictions on the CORBA Service
2-15
No Restriction Alternative Method Date of
Removal
6 In the Java mapping of the IDL definition, the
same name as the module name cannot be
specified in the following declarations. When
the same name is specified, a package
name will become a module name +
‘Package’, and a Java compile error will
occur.
1) interface declaration
2) struct declaration
3) union declaration
4) exception declaration
Example
module AAA {
interface AAA {
short op();
};
};
None Not
determined