Package com.sun.jaw.snmp.manager

Provides the classes for creating an SNMP manager.

See:
          Description

Interface Summary
DatagramHandlerIf This interface provides the callback methods that should process a raw datagram packet.
SnmpAuthHandlerIf Deprecated. As of JDMK 3.2.
SnmpHandlerIf This interface provides the callback methods that are required to be implemented by the application.
SnmpManagerSrvIf This interface lists methods that can be used to create and destroy requests.
SnmpTrapListener This interface should be implemented by classes that wish to receive SNMP Version 1 Trap PDUs.
SnmpV2TrapListener This interface should be implemented by classes that wish to receive SNMP Version 2 Trap PDUs.
 

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.
 

Package com.sun.jaw.snmp.manager Description

Provides the classes for creating an SNMP manager.