All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.MibManagerParser

java.lang.Object
   |
   +----aka.snmp.MibManager
           |
           +----aka.snmp.MibManagerParser

public class MibManagerParser
extends MibManager
Extends MibManager with the managed object compiler.

See Also:
MibManager

Constructor Index

 o MibManagerParser()
Constructor

Method Index

 o addFromMibDefFile(String)
Read MIB defintions from MIB file.
 o main(String[])
Test harness

Constructors

 o MibManagerParser
 public MibManagerParser()
Constructor

Methods

 o addFromMibDefFile
 public void addFromMibDefFile(String fileName) throws FileNotFoundException, SnmpMibException
Read MIB defintions from MIB file. This file is parse and SNMP Object definitions extracted

 o main
 public static void main(String args[])
Test harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index