net.sf.snmpadaptor4j
Interface SnmpConfiguration

All Superinterfaces:
SnmpDaemonConfiguration
All Known Implementing Classes:
SnmpAdaptor, XmlConfigParser

public interface SnmpConfiguration
extends SnmpDaemonConfiguration

Objects containing all configuration settings of snmpAdaptor4j.

Author:
Jean-Philippe MINETTI

Method Summary
 List<SnmpManagerConfiguration> getManagerList()
          Returns the parameter list to connect to each manager where to send all notifications (SNMP traps).
 
Methods inherited from interface net.sf.snmpadaptor4j.api.SnmpDaemonConfiguration
getListenerAddress, getListenerPort, getListenerReadCommunity, getListenerSnmpVersion, getListenerWriteCommunity
 

Method Detail

getManagerList

List<SnmpManagerConfiguration> getManagerList()
Returns the parameter list to connect to each manager where to send all notifications (SNMP traps).

Returns:
Parameter list to connect to each manager.


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.