Java Dynamic Management Kit 3.2 Programming Guide | ||||
---|---|---|---|---|
![]() | ![]() | Appendix C. Java Packages Supplied With the Java Dynamic Management Kit | ![]() | ![]() |
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.
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.
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.
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.
![]() | ![]() | ![]() |
Implementation Packages | ![]() | Tools Packages |