Uses of Class
com.amx.duet.tools.net.snmp.api.SNMPGetException

Packages that use SNMPGetException
com.amx.duet.tools.net.snmp.api Provides SNMP communication classes and interfaces. 
 

Uses of SNMPGetException in com.amx.duet.tools.net.snmp.api
 

Methods in com.amx.duet.tools.net.snmp.api that throw SNMPGetException
 SNMPVarBindList SNMPv1CommunicationInterface.getMIBEntry(java.lang.String itemID)
          Retrieve the MIB variable value corresponding to the object identifier given in itemID (in dotted-integer notation).
 SNMPVarBindList SNMPv1CommunicationInterface.getMIBEntry(java.lang.String[] itemID)
          Retrieve the MIB variable values corresponding to the object identifiers given in the array itemID (in dotted-integer notation).
 SNMPVarBindList SNMPv1CommunicationInterface.getNextMIBEntry(java.lang.String itemID)
          Retrieve the MIB variable value corresponding to the object identifier following that given in itemID (in dotted-integer notation).
 SNMPVarBindList SNMPv1CommunicationInterface.getNextMIBEntry(java.lang.String[] itemID)
          Retrieve the MIB variable value corresponding to the object identifiers following those given in the itemID array (in dotted-integer notation).
 SNMPVarBindList SNMPv1CommunicationInterface.retrieveMIBTable(java.lang.String[] baseID)
          Retrieve all MIB variable values whose OIDs start with the supplied baseIDs.
 SNMPSequence SNMPRequestListener.processRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get- or Set- request messages.
 SNMPSequence SNMPRequestListener.processGetNextRequest(SNMPPDU requestPDU, java.lang.String communityName)
          Handles Get-Next- request messages.
 



Copyright © 2008 AMX LLC. All Rights Reserved.