All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.MibManagerMosy

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

public class MibManagerMosy
extends MibManager
This class extends MibManager with a routine to read MOSY compiled files. The mosy compiler is part of the ISODE package 6.0, and is obsolete.

See Also:
MibManager

Constructor Index

 o MibManagerMosy()
Constructor

Method Index

 o addFromMosyFile(String)
Reads from SNMP Objects from MOSY processed file and stores them. Deprecated.
 o main(String[])
Test Harness

Constructors

 o MibManagerMosy
 public MibManagerMosy()
Constructor

Methods

 o addFromMosyFile
 public void addFromMosyFile(String fileName) throws FileNotFoundException, SnmpMibException
Note: addFromMosyFile() is deprecated. - MOSY compiler for SNMP V1 not avaliable

Reads from SNMP Objects from MOSY processed file and stores them.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index