Hitachi

uCosminexus Application Server Command Reference Guide


ctmjava2idl (generate IDL file)

Organization of this page

Format

ctmjava2idl  [-h] | [-g]
             [-o output-file-name]
             [-c class-path] EJB-class-file

Function

This command generates an IDL file from an EJB class file.

Arguments

-h

Displays how to use the command.

-g

If this option is specified, the command generates an IDL definition file provided by CTM.

-o output-file-name

Specifies the name of the output file.

-c class-path

Specifies the class path referenced by the class file.

EJB-class-file

Specifies the EJB class file from which an IDL file is to be generated. Make sure that this option is specified at the end of the command line.

Return values

0:

The command ended normally.

Other than 0:

The command terminated abnormally due to an error that occurred during command processing. Take measures as indicated in the message that is output, and then re-execute the command.

Notes