See: Description
| Interface | Description |
|---|---|
| [source] InetAddressAcl |
Defines the IP address based ACL used by the SNMP protocol adaptor.
|
| [source] SnmpAckPdu |
Interface to be implemented by PDUs that are acknowledged (eg:
request, bulk).
|
| [source] SnmpDataTypeEnums |
Contains SNMP data type constants.
|
| [source] SnmpDefinitions |
Contains SNMP constants related to command and response codes.
|
| [source] SnmpEngine |
This engine is conformant with the RFC 2571.
|
| [source] 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. |
| [source] SnmpOidDatabase |
Defines the minimal functionality that should be provided by
a class containing a set of
SnmpOidTable objects containing metadata definitions for MIB variables. |
| [source] SnmpOidTable |
Defines the minimum functionality that should be provided by
a class containing metadata definitions for variables of a MIB.
|
| [source] SnmpPduBulkType |
Interface implemented by classes modelizing bulk pdu.
|
| [source] SnmpPduFactory |
Defines the interface of the object in charge of encoding and decoding SNMP packets.
|
| [source] SnmpPduRequestType |
Interface implemented by classes modelizing request pdu.
|
| [source] SnmpSecurityParameters |
Security parameters are security model dependent.
|
| [source] SnmpUsmKeyHandler |
This interface allows you to compute key localization and delta generation.
|
| [source] UserAcl |
Defines the user based ACL used by the SNMP protocol adaptor.
|
| Class | Description |
|---|---|
| [source] BerDecoder |
The
BerDecoder class is used for decoding
BER-encoded data. |
| [source] BerEncoder |
The
BerEncoder class is used for encoding data using BER. |
| [source] Enumerated |
This class is used for implementing enumerated values.
|
| [source] EnumRowStatus |
This class is an internal class which is used to represent RowStatus
codes as defined in RFC 2579.
|
| [source] ServiceName |
Used for storing default values used by SNMP Runtime services.
|
| [source] SnmpCounter |
Represents an SNMP counter.
|
| [source] SnmpCounter64 |
Represents an SNMP 64bits counter.
|
| [source] SnmpEngineId |
This class is handling an
SnmpEngineId data. |
| [source] SnmpEngineParameters |
This class is used to pass some specific parameters to an
SnmpEngineFactory . |
| [source] SnmpGauge |
Represents an SNMP gauge.
|
| [source] SnmpInt |
Represents an SNMP integer.
|
| [source] SnmpIpAddress |
Represents an SNMP IpAddress.
|
| [source] SnmpMessage |
Is a partially decoded representation of an SNMP packet.
|
| [source] SnmpMsg |
A partially decoded representation of an SNMP packet.
|
| [source] SnmpNull |
Represents an SNMP null value.
|
| [source] SnmpOid |
Represents an SNMP Object Identifier (OID).
|
| [source] SnmpOidDatabaseSupport |
Defines a set of
SnmpOidTable objects containing metadata definitions for MIB variables. |
| [source] SnmpOidRecord |
Represents an entry of an
SnmpOidTable. |
| [source] SnmpOidTableSupport |
Contains metadata definitions for MIB variables.
|
| [source] SnmpOpaque |
Is used to represent an SNMP value.
|
| [source] SnmpParameters |
Contains a set of resources that are used by while sending or receiving
packets to and from an
SnmpPeer. |
| [source] SnmpParams |
This class is the base class of all parameters that are used when making SNMP requests to an
SnmpPeer. |
| [source] SnmpPdu |
Is the fully decoded representation of an SNMP packet.
|
| [source] SnmpPduBulk |
Represents a
get-bulk PDU as defined in RFC 1448. |
| [source] SnmpPduFactoryBER |
Default implementation of the
SnmpPduFactory interface. |
| [source] SnmpPduPacket |
Is the fully decoded representation of an SNMP packet.
|
| [source] SnmpPduRequest |
Is used to represent
get, get-next, set, response and SNMPv2-trap PDUs. |
| [source] SnmpPduTrap |
Represents an SNMPv1-trap PDU.
|
| [source] SnmpPeer |
Holds information about an SNMP agent.
|
| [source] SnmpScopedPduBulk |
Represents a
get-bulk PDU as defined in RFC 1448. |
| [source] SnmpScopedPduPacket |
Is the fully decoded representation of an SNMP V3 packet.
|
| [source] SnmpScopedPduRequest |
Is used to represent
get, get-next, set, response SNMP V3 scoped PDUs. |
| [source] SnmpString |
Represents an SNMP string.
|
| [source] SnmpStringFixed |
Represents an SNMP String defined with a fixed length.
|
| [source] SnmpTimeticks |
Contains an
SnmpTimeTick value which
has units of 1/100th of a second. |
| [source] SnmpUnsignedInt |
Is the base for all SNMP syntaxes based on unsigned integers.
|
| [source] SnmpV3Message |
Is a partially decoded representation of an SNMP V3 packet.
|
| [source] SnmpValue |
Is an abstract representation of an SNMP Value.
|
| [source] SnmpVarBind |
This class holds information for a MIB variable contained in an
SnmpVarBindList. |
| [source] SnmpVarBindList |
Contains a list of
SnmpVarBind objects. |
| [source] ThreadContext |
Warning: The interface of this class is subject to change.
|
| [source] Timestamp |
This class is used by the
SnmpVarBindList object. |
| Exception | Description |
|---|---|
| [source] BerException |
Exception thrown when a BER encoding/decoding error occurs.
|
| [source] SnmpBadSecurityLevelException |
This exception is thrown when an incorrect security level is handled.
|
| [source] SnmpSecurityException |
This exception is thrown when an error occurs in an
SnmpSecurityModel . |
| [source] SnmpStatusException |
Reports an error which occurred during a get/set operation on a mib node.
|
| [source] SnmpTooBigException |
Is used internally to signal that the size of a PDU exceeds the packet size limitation.
|
| [source] SnmpUnknownAccContrModelException |
This exception is thrown when an
SnmpAccessControlSubSystem doesn't know the passed ID. |
| [source] SnmpUnknownModelException |
This exception is thrown when a needed model is not present in the engine.
|
| [source] SnmpUnknownModelLcdException |
This exception is thrown when an
SnmpLcd has no ModelLcd associated to the model. |
| [source] SnmpUnknownMsgProcModelException |
This exception is thrown when an
SnmpMsgProcessingSubSystem doesn't know the passed ID. |
| [source] SnmpUnknownSecModelException |
This exception is thrown when an
SnmpSecuritySubSystem doesn't know the passed ID. |
| [source] SnmpUnknownSubSystemException |
This exception is thrown when the handled
SnmpSubSystem is unknown. |
This API is a Sun Microsystems internal API and is subject to change without notice.