Java Dynamic Management Kit 5.1 Tools Reference Guide

1.6.2 Class Containing the MBean View of the Table

The class containing the MBean view of a table enables you to add or remove entries dynamically from the table. This class contains callbacks and factory methods that enable you to instantiate or delete entries upon receiving requests from a remote SNMP manager. See the Simple SNMP Tables example and SNMP Table Insrtrumentation example in the Java Dynamic Management Kit 5.1 Tutorial for details.

The class name is prefixed with Table, followed by the name of the table. For example, for a table named sysApplInstallPkgTable in the MIB, mibgen will generate an MBean view of the table class called TableSysApplInstallPkgTable.