Package com.sun.jaw.snmp.common

Provides the classes common to SNMP managers and agents.

See:
          Description

Interface Summary
MibStoreIfSrv This interface defines the minimal MIB functionality needed by the other SNMP classes.
SnmpDataTypeEnums This class contains SNMP data type constants.
SnmpDefinitions An interface that contains SNMP constants related to command and response codes.
SnmpPduFactoryIf The SnmpPduFactoryIf defines the interface of the object in charge of encoding and decoding SNMP packets.
 

Class Summary
SnmpCounter The SnmpCounter class represents an SNMP counter.
SnmpCounter64 The SnmpCounter64 class represents an SNMP 64bits counter.
SnmpGauge The SnmpGauge class represents an SNMP gauge.
SnmpInt The SnmpInt class represents an SNMP integer.
SnmpIpAddress The SnmpIpAddress class represents an SNMP IpAddress.
SnmpMessage An SnmpMessage object is a partially decoded representation of an SNMP packet.
SnmpNull The SnmpNull class represents an SNMP null value.
SnmpOid The SnmpOid class represents an SNMP oid.
SnmpOpaque The SnmpOpaque class is used for representing an SNMP value.
SnmpPduBulk The SnmpPduBulk represents an get-bulk PDU as defined in RFC 1448.
SnmpPduFactory The SnmpPduFactory is the default implementation of the SnmpPduFactoryIf interface.
SnmpPduPacket An SnmpPduPacket object is the fully decoded representation of an SNMP packet.
SnmpPduRequest The SnmpPduRequest class is used to represent get, get-next, set, response and SNMPv2-trap PDUs.
SnmpPduTrap The SnmpPduTrap class represents an SNMPv1-trap PDU.
SnmpString The SnmpString class represents an SNMP string.
SnmpStringFixed The SnmpStringFixed class represents an SNMP String defined with a fixed length.
SnmpTimeticks This class contains a SnmpTimeTick value which has units of 1/100th of a second.
SnmpUnsignedInt The SnmpUnsignedInt class is the base for all SNMP syntaxes base on unsigned integer.
SnmpValue The SnmpValue is an abstract representation of a SNMP Value.
SnmpVarBind The SnmpVarBind class represents a variable contained in a VarBindList.
 

Exception Summary
SnmpStatusException The SnmpStatusException class reports an error which occurred during a get/set operation on an mib node.
SnmpTooBigException The SnmpTooBigException is used internally to signal that the size of a pdu exceeds the packet size limitation.
 

Package com.sun.jaw.snmp.common Description

Provides the classes common to SNMP managers and agents.