Uses of Package
com.amx.duet.tools.net.snmp.api

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

Classes in com.amx.duet.tools.net.snmp.api used by com.amx.duet.tools.net.snmp
SNMPObject
          Abstract base class of all SNMP data type classes.
SNMPObjectIdentifier
          Class representing ASN.1 object identifiers.
SNMPv1TrapListener
          SNMPv1TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for trap messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class.
SNMPv1TrapPDU
          The SNMPTrapPDU class represents an SNMPv1 Trap PDU from RFC 1157, as indicated below.
SNMPv2TrapListener
          SNMPv2TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for SNMPv2 trap messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class.
SNMPv2TrapPDU
          The SNMPv2TrapPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
 

Classes in com.amx.duet.tools.net.snmp.api used by com.amx.duet.tools.net.snmp.api
SNMPBadValueException
          Exception thrown whenever attempt made to create SNMPObject subclass with inappropriate data, or to set its value with inappropriate data,
SNMPException
          Exception thrown when attempt to set or get value of SNMP OID fails.
SNMPGetException
          Exception thrown when attempt to get value of SNMP OID from device fails.
SNMPInteger
          Defines an arbitrarily-sized integer value; there is no limit on size due to the use of Java.lang.BigInteger to store the value internally.
SNMPIPAddress
          Class to hold IP addresses; special case of SNMP Octet String.
SNMPObject
          Abstract base class of all SNMP data type classes.
SNMPObjectIdentifier
          Class representing ASN.1 object identifiers.
SNMPOctetString
          Class representing a general string of octets.
SNMPPDU
          The SNMPPDU class represents an SNMP PDU from RFC 1157, as indicated below.
SNMPRequestException
          Exception thrown when request to get or set the value of an SNMP OID on a device fails.
SNMPRequestListener
          SNMPRequestListener is an interface that must be implemented by any class which wishes to act as a handler for request messages sent from remote SNMP management entities.
SNMPSequence
          One of the most important SNMP classes.
SNMPSetException
          Exception thrown when attempt to set the value of an SNMP OID on a device fails.
SNMPTimeTicks
          SNMP datatype used to represent time value.
SNMPv1TrapListener
          SNMPv1TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for trap messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class.
SNMPv1TrapPDU
          The SNMPTrapPDU class represents an SNMPv1 Trap PDU from RFC 1157, as indicated below.
SNMPv2InformRequestListener
          SNMPv2InformRequestListener is an interface that must be implemented by any class which wishes to act as a "listener" for SNMPv2 inform request messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class.
SNMPv2InformRequestPDU
          The SNMPv2InformRequestPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
SNMPv2TrapListener
          SNMPv2TrapListener is an interface that must be implemented by any class which wishes to act as a "listener" for SNMPv2 trap messages sent from remote SNMP entities to an instance of the SNMPTrapListenerInterface class.
SNMPv2TrapPDU
          The SNMPv2TrapPDU class represents an SNMPv2 Trap PDU from RFC 1448, as indicated below.
SNMPVarBindList
          The SNMPVarBindList class is a specialization of SNMPSequence that contains a list of SNMPVariablePair objects.
 



Copyright © 2008 AMX LLC. All Rights Reserved.