Uses of Class
net.sf.snmpadaptor4j.SnmpManagerConfiguration

Packages that use SnmpManagerConfiguration
net.sf.snmpadaptor4j Package containing all the useful classes to integrate snmpAdaptor4j into a application. 
net.sf.snmpadaptor4j.config Package containing all classes providing the configuration loading of SNMP adaptor from an XML file. 
net.sf.snmpadaptor4j.core.trap Package containing all classes used to build SNMP traps from JMX notifications and to send them to all SNMP managers. 
 

Uses of SnmpManagerConfiguration in net.sf.snmpadaptor4j
 

Methods in net.sf.snmpadaptor4j that return types with arguments of type SnmpManagerConfiguration
 List<SnmpManagerConfiguration> SnmpConfiguration.getManagerList()
          Returns the parameter list to connect to each manager where to send all notifications (SNMP traps).
 List<SnmpManagerConfiguration> SnmpAdaptorMBean.getManagerList()
          Returns the list of managers where to send all notifications (SNMP traps).
 List<SnmpManagerConfiguration> SnmpAdaptor.getManagerList()
           
 

Uses of SnmpManagerConfiguration in net.sf.snmpadaptor4j.config
 

Methods in net.sf.snmpadaptor4j.config that return types with arguments of type SnmpManagerConfiguration
 List<SnmpManagerConfiguration> XmlConfigParser.getManagerList()
           
 

Uses of SnmpManagerConfiguration in net.sf.snmpadaptor4j.core.trap
 

Method parameters in net.sf.snmpadaptor4j.core.trap with type arguments of type SnmpManagerConfiguration
 void SnmpManagers.initialize(List<SnmpManagerConfiguration> managerList)
          Initializes the configuration for SNMP traps sending to SNMP managers.
 



Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.