Class Summary |
MibStore |
This class maintains a database of management information base (MIB) variables. |
Request |
This class is an abtract representation of a request. |
SnmpConst |
This class contains constants related to SNMP manager package. |
SnmpMain |
This class creates a socket and then starts all servers required
to do SNMP operation. |
SnmpOptions |
This class is used to configure various options for SnmpSession . |
SnmpParameters |
This class contains a set of resources that are used by an
SnmpSession object while sending or receiving packets
to and from a SnmpPeer . |
SnmpPeer |
This class holds information about a SNMP agent. |
SnmpPollRequest |
For Java DMK internal use only. |
SnmpRequest |
This class creates a request that is used to perform one or more
SNMP operations such as Get , GetNext ,
Set , and GetBulk on a specified
SnmpVarbindList . |
SnmpServers |
Deprecated. As of JDMK 3.2. |
SnmpSession |
An SnmpSession object essentially creates, controls, and manages
one or more request. |
SnmpSocket |
This class creates a SNMP Datagram Socket. |
SnmpTrapAgent |
The SnmpTrapAgent class implements an SNMP trap dispatcher. |
SnmpVar |
This class holds SnmpVar information for a
MIB variable. |
SnmpVarbindList |
SnmpVarbindList contains a list of SnmpVar objects. |
Timestamp |
This class is used to represent a time stamp. |