Uses of Interface
net.sf.snmpadaptor4j.api.SnmpMib

Packages that use SnmpMib
net.sf.snmpadaptor4j.api Package contains all classes and interfaces manipulated by classes as facade with SNMP APIs. 
net.sf.snmpadaptor4j.api.opennms Package containing all classes as facade with SNMP APIs. 
net.sf.snmpadaptor4j.core Package containing entry point classes for access to MBean attributes and for SNMP traps sending. 
 

Uses of SnmpMib in net.sf.snmpadaptor4j.api
 

Methods in net.sf.snmpadaptor4j.api with parameters of type SnmpMib
 SnmpDaemon SnmpApiFactory.newSnmpDaemon(SnmpDaemonConfiguration configuration, SnmpMib snmpMib)
          Creates and returns a new instance of SNMP daemon.
 

Uses of SnmpMib in net.sf.snmpadaptor4j.api.opennms
 

Fields in net.sf.snmpadaptor4j.api.opennms declared as SnmpMib
protected  SnmpMib OpennmsSnmpDaemon.snmpMib
          SNMP Management Information Base (MIB).
 

Methods in net.sf.snmpadaptor4j.api.opennms with parameters of type SnmpMib
 SnmpDaemon OpennmsSnmpApiFactory.newSnmpDaemon(SnmpDaemonConfiguration configuration, SnmpMib snmpMib)
           
 

Uses of SnmpMib in net.sf.snmpadaptor4j.core
 

Classes in net.sf.snmpadaptor4j.core that implement SnmpMib
 class JmxSnmpMib
          Object representing the Management Information Base (MIB) for access to JMX attributes.
 class JvmSnmpMib
          Object representing the Management Information Base (MIB) for attributes of JVM.
 class SystemSnmpMib
          Object representing the Management Information Base (MIB) for system attributes.
 

Constructors in net.sf.snmpadaptor4j.core with parameters of type SnmpMib
JmxSnmpMib(SnmpMib other)
          Constructor.
JvmSnmpMib(SnmpMib other)
          Constructor.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.