org.openorb.rmi.compiler
Class JavaToIdl

java.lang.Object
  |
  +--org.openorb.rmi.compiler.JavaToIdl

public class JavaToIdl
extends java.lang.Object

This class is an implementation of the specification Java To IDL

Version:
$Revision: 1.10 $ $Date: 2002/07/05 08:17:00 $
Author:
Jerome Daniel

Constructor Summary
JavaToIdl()
          Entry point for the compiler
 
Method Summary
 int compile(java.lang.String[] args)
           
static boolean generateEJBExceptions()
           
static boolean generateLocalOptimizations()
           
static void main(java.lang.String[] args)
          Entry point for the compiler
static int parse_arguments(java.lang.String[] args)
          This function parse all arguments from the command line
static int print_help()
          This function prints on screen help for this compiler
static void print(java.lang.String message)
          Display s_verbose message
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaToIdl

public JavaToIdl()
Entry point for the compiler
Method Detail

generateEJBExceptions

public static boolean generateEJBExceptions()

generateLocalOptimizations

public static boolean generateLocalOptimizations()

parse_arguments

public static int parse_arguments(java.lang.String[] args)
This function parse all arguments from the command line
Returns:
-1 Do not exit immediately, >= 0 call System.exit with the value returned by this method.

print

public static void print(java.lang.String message)
Display s_verbose message

print_help

public static int print_help()
This function prints on screen help for this compiler

compile

public int compile(java.lang.String[] args)

main

public static void main(java.lang.String[] args)
Entry point for the compiler