Java Dynamic Management Kit 3.2 Programming Guide
[ Previous ][ Fast Back ]Appendix C. Java Packages Supplied With the Java Dynamic Management Kit[ Fast Forward ][ Next ]

SNMP Packages

The SNMP packages contain classes that enable applications developed with the Java Dynamic Management Kit to interoperate with SNMP managers and agents. They are contained in the packages under the com.sun.jaw.snmp package. The structure of the SNMP packages is illustrated in Figure C-3. The packages are described in the following subsections.

Figure C-3. Java Dynamic Management Kit SNMP Packages

fig1291.epsi

com.sun.jaw.snmp.agent

The com.sun.jaw.snmp.agent package contains interface definitions and implementations of objects required by SNMP agents. For example, the implementation of an SNMP MIB object is contained in this package.

com.sun.jaw.snmp.common

The com.sun.jaw.snmp.agent package contains interface definitions and implementations of objects common to both SNMP agent and managers. The implementations of common SNMP data types are contained in this package, for example, the implementation of an SNMP Var-Bind object.

com.sun.jaw.snmp.manager

The com.sun.jaw.snmp.manager package contains interface definitions and implementations of objects required by SNMP managers. For example, the implementation of an SNMP poll request is contained in this package.


[ Previous ][ Home ][ Next ]
Implementation Packages[ Up ]Tools Packages