Uses of Interface
com.amx.duet.tools.net.snmp.SNMPConnectionListener

Packages that use SNMPConnectionListener
com.amx.duet.tools.net.snmp Provides SNMP communication classes and interfaces that simplify the SNMP api package. 
 

Uses of SNMPConnectionListener in com.amx.duet.tools.net.snmp
 

Methods in com.amx.duet.tools.net.snmp with parameters of type SNMPConnectionListener
 void SNMPConnection.initConnection(int version, java.lang.String hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Use this method to initialize the SNMP connection with initial values if created using the default constructor.
 void SNMPConnection.initConnection(int version, java.net.InetAddress hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Use this method to initialize the SNMP connection with initial values if created using the default constructor.
 

Constructors in com.amx.duet.tools.net.snmp with parameters of type SNMPConnectionListener
SNMPConnection(int version, java.net.InetAddress hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Setup the SNMP connection with all initial values.
SNMPConnection(int version, java.lang.String hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Setup the SNMP connection with initial values using a String IP address.
SNMPConnection(java.net.InetAddress hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Setup the SNMP connection with initial values using the default SNMP version (latest supported).
SNMPConnection(java.lang.String hostAddress, java.lang.String deviceMakeOID, java.lang.String community, SNMPConnectionListener listener)
          Setup the SNMP connection with initial values using the default SNMP version (latest supported) and a String IP address.
 



Copyright © 2008 AMX LLC. All Rights Reserved.