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

Packages that use SnmpDaemonConfiguration
net.sf.snmpadaptor4j Package containing all the useful classes to integrate snmpAdaptor4j into a application. 
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.config Package containing all classes providing the configuration loading of SNMP adaptor from an XML file. 
 

Uses of SnmpDaemonConfiguration in net.sf.snmpadaptor4j
 

Subinterfaces of SnmpDaemonConfiguration in net.sf.snmpadaptor4j
 interface SnmpConfiguration
          Objects containing all configuration settings of snmpAdaptor4j.
 

Classes in net.sf.snmpadaptor4j that implement SnmpDaemonConfiguration
 class SnmpAdaptor
           snmpAdaptor4j is an adaptor for Java Management eXtensions (JMX) providing a simple access to MBeans via the SNMP protocol.
 

Uses of SnmpDaemonConfiguration in net.sf.snmpadaptor4j.api
 

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

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

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

Uses of SnmpDaemonConfiguration in net.sf.snmpadaptor4j.config
 

Classes in net.sf.snmpadaptor4j.config that implement SnmpDaemonConfiguration
 class XmlConfigParser
          XML parser of SNMP configuration.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.