All Packages Class Hierarchy This Package Previous Next Index
Class examples.snmp.manager.RFC1213_MIBStore
java.lang.Object
|
+----com.sun.jaw.snmp.manager.MibStore
|
+----examples.snmp.manager.RFC1213_MIBStore
- public class RFC1213_MIBStore
- extends MibStore
- implements Serializable
The class contains metadata definitions for "RFC1213-MIB".
Call MibStore.addMib(new RFC1213-MIB()) to load the metadata in the MibStore.
Or call SnmpMain.initializeSNMP(new RFC1213-MIB)() when starting your program.
-
RFC1213_MIBStore()
- Default constructor.
RFC1213_MIBStore
public RFC1213_MIBStore() throws SnmpStatusException
- Default constructor. Initialize the Mib tree.
- Throws: SnmpStatusException
- An error occurred while accessing a MIB node.
All Packages Class Hierarchy This Package Previous Next Index