Home » openjdk-7 » com.sun.jmx » snmp »

com.sun.jmx.snmp

Sub Packages:

com.sun.jmx.snmp.IPAcl   Provides the classes for storing ACL information in an ASCII file.  
com.sun.jmx.snmp.agent   Provides the classes for creating an SNMP agent .  
com.sun.jmx.snmp.daemon   Provides the classes implementing the communication .  
com.sun.jmx.snmp.defaults   Provides specific classes to Sun JMX Tools Contribution : Utility classes.  
com.sun.jmx.snmp.internal   Public internal SNMP classes.  
com.sun.jmx.snmp.mpm   Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3.  
com.sun.jmx.snmp.tasks   Provides some common classes to control JDMK threading.  

Interfaces:

InetAddressAcl   Defines the IP address based ACL used by the SNMP protocol adaptor.  code | html
SnmpAckPdu   Interface to be implemented by PDUs that are acknowledged (eg: request, bulk).  code | html
SnmpEngine   This engine is conformant with the RFC 2571.  code | html
SnmpEngineFactory   This SnmpEngineFactory is instantiating an SnmpEngine containing :
  • Message Processing Sub System + V1, V2 et V3 Message Processing Models
  • Security Sub System + User based Security Model (Id 3)
  • Access Control Sub System + Ip Acl + User based Access Control Model. 
code | html
SnmpPduBulkType   Interface implemented by classes modelizing bulk pdu.  code | html
SnmpPduFactory   Defines the interface of the object in charge of encoding and decoding SNMP packets.  code | html
SnmpPduRequestType   Interface implemented by classes modelizing request pdu.  code | html
SnmpSecurityParameters   Security parameters are security model dependent.  code | html
SnmpUsmKeyHandler   This interface allows you to compute key localization and delta generation.  code | html
UserAcl   Defines the user based ACL used by the SNMP protocol adaptor.  code | html

Abstract Classes:

Enumerated   This class is used for implementing enumerated values.  code | html
SnmpMsg   A partially decoded representation of an SNMP packet.  code | html
SnmpParams   This class is the base class of all parameters that are used when making SNMP requests to an SnmpPeer code | html
SnmpPdu   Is the fully decoded representation of an SNMP packet.  code | html
SnmpScopedPduPacket   Is the fully decoded representation of an SNMP V3 packet.  code | html
SnmpUnsignedInt   Is the base for all SNMP syntaxes based on unsigned integers.  code | html
SnmpValue   Is an abstract representation of an SNMP Value.  code | html

Classes:

BerDecoder   The BerDecoder class is used for decoding BER-encoded data.  code | html
BerEncoder   The BerEncoder class is used for encoding data using BER.  code | html
BerException   Exception thrown when a BER encoding/decoding error occurs.  code | html
EnumRowStatus   This class is an internal class which is used to represent RowStatus codes as defined in RFC 2579.  code | html
ServiceName   Used for storing default values used by SNMP Runtime services.  code | html
SnmpBadSecurityLevelException   This exception is thrown when an incorrect security level is handled.  code | html
SnmpCounter   Represents an SNMP counter.  code | html
SnmpCounter64   Represents an SNMP 64bits counter.  code | html
SnmpEngineId   This class is handling an SnmpEngineId data.  code | html
SnmpEngineParameters   This class is used to pass some specific parameters to an SnmpEngineFactory code | html
SnmpGauge   Represents an SNMP gauge.  code | html
SnmpInt   Represents an SNMP integer.  code | html
SnmpIpAddress   Represents an SNMP IpAddress.  code | html
SnmpMessage   Is a partially decoded representation of an SNMP packet.  code | html
SnmpNull   Represents an SNMP null value.  code | html
SnmpOpaque   Is used to represent an SNMP value.  code | html
SnmpPduBulk   Represents a get-bulk PDU as defined in RFC 1448.  code | html
SnmpPduFactoryBER   Default implementation of the SnmpPduFactory interface.  code | html
SnmpPduRequest   Is used to represent get, get-next, set, response and SNMPv2-trap PDUs.  code | html
SnmpPduTrap   Represents an SNMPv1-trap PDU.  code | html
SnmpScopedPduBulk   Represents a get-bulk PDU as defined in RFC 1448.  code | html
SnmpScopedPduRequest   Is used to represent get, get-next, set, response SNMP V3 scoped PDUs.  code | html
SnmpSecurityException   This exception is thrown when an error occurs in an SnmpSecurityModel code | html
SnmpStatusException   Reports an error which occurred during a get/set operation on a mib node.  code | html
SnmpString   Represents an SNMP string.  code | html
SnmpStringFixed   Represents an SNMP String defined with a fixed length.  code | html
SnmpTooBigException   Is used internally to signal that the size of a PDU exceeds the packet size limitation.  code | html
SnmpUnknownAccContrModelException   This exception is thrown when an SnmpAccessControlSubSystem doesn't know the passed ID.  code | html
SnmpUnknownModelException   This exception is thrown when a needed model is not present in the engine.  code | html
SnmpUnknownModelLcdException   This exception is thrown when an SnmpLcd has no ModelLcd associated to the model.  code | html
SnmpUnknownMsgProcModelException   This exception is thrown when an SnmpMsgProcessingSubSystem doesn't know the passed ID.  code | html
SnmpUnknownSecModelException   This exception is thrown when an SnmpSecuritySubSystem doesn't know the passed ID.  code | html
SnmpUnknownSubSystemException   This exception is thrown when the handled SnmpSubSystem is unknown.  code | html
SnmpV3Message   Is a partially decoded representation of an SNMP V3 packet.  code | html
ThreadContext  

Warning: The interface of this class is subject to change. 

code | html