|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.tools.MibGen
The main class of the mibgen
tool.
The class compiles a SNMP MIB expressed using SNMP V1 or SNMP V2 SMI and generates code for implementing the MIB as a set of Java BeansTM.
The compiler accepts SNMPv1 or SNMPv2 definitions mixted into a same MIB module. A MIB file can contain several MIB modules.
In order to invoke the class, you need to invoke:
Method Summary | |
static void |
main(java.lang.String[] args)
The main method of the mibgen compiler. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static void main(java.lang.String[] args)
main
method of the mibgen
compiler.
This method creates an instance of MibGen
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |