com.sun.jaw.tools
Class MoGen

java.lang.Object
  |
  +--com.sun.jaw.tools.MoGen

public final class MoGen
extends java.lang.Object

The main class of the mogen tool.

The class parses an M-bean (or a list of M-beans) and generates the associated C-beans. In order to invoke the class, you need to invoke:

where: In order to directly invoke the class, Java Dynamic Management provides a script called mogen.
On Solaris the script is provided under $(PACKAGE_ROOT)/jaw/bin. If you use default install path the script is here.


Method Summary
static void main(java.lang.String[] args)
          The main method of the mogen compiler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
The main method of the mogen compiler.

This method creates an instance of MoGen and invokes the compiler.
If an error occurs, the method exits the VM with a status of 1.
If the compilation succeeds, the method exits the VM with a status of 0.

This method allows you to specify optional command-line parameters listed above.