net.sf.snmpadaptor4j.api
Interface SnmpDaemonConfiguration

All Known Subinterfaces:
SnmpConfiguration
All Known Implementing Classes:
SnmpAdaptor, XmlConfigParser

public interface SnmpDaemonConfiguration

Objects containing all configuration settings of SNMP daemon.

Author:
Jean-Philippe MINETTI

Method Summary
 String getListenerAddress()
          Returns the listening IP address of SNMP daemon (127.0.0.1 by default).
 Integer getListenerPort()
          Returns the UDP port of SNMP daemon (161 by default).
 String getListenerReadCommunity()
          Returns the read community of SNMP daemon ("public" by default).
 Integer getListenerSnmpVersion()
          Returns the protocol version of SNMP daemon (SNMP v2 by default).
 String getListenerWriteCommunity()
          Returns the write community of SNMP daemon ("private" by default).
 

Method Detail

getListenerAddress

String getListenerAddress()
Returns the listening IP address of SNMP daemon (127.0.0.1 by default).

Returns:
Listening IP address.

getListenerPort

Integer getListenerPort()
Returns the UDP port of SNMP daemon (161 by default).

Returns:
UDP port.

getListenerSnmpVersion

Integer getListenerSnmpVersion()
Returns the protocol version of SNMP daemon (SNMP v2 by default).

Returns:
SNMP protocol version.

getListenerReadCommunity

String getListenerReadCommunity()
Returns the read community of SNMP daemon ("public" by default).

Returns:
Read community of SNMP daemon.

getListenerWriteCommunity

String getListenerWriteCommunity()
Returns the write community of SNMP daemon ("private" by default).

Returns:
Write community of SNMP daemon.


Copyright © 2012-2013 snmpAdaptor4j. All Rights Reserved.