Its responsibility is to manage a sorted array of OID indexes according to the SNMP indexing scheme over the "real" table. Each object of this class can be bound to an {@link com.sun.jmx.snmp.agent.SnmpTableEntryFactory} to which it willforward remote entry creation requests, and invoke callbacks when an entry has been successfully added to / removed from the OID index array.
For each table defined in the MIB, mibgen will generate a specific class called TableTableName that will implement the SnmpTableEntryFactory interface, and a corresponding TableNameMeta class that will extend this class.
The TableTableName class corresponds to the MBean view of the table while the TableNameMeta class corresponds to the MIB metadata view of the same table.
Objects of this class are instantiated by the generated whole MIB class extending {@link com.sun.jmx.snmp.agent.SnmpMib}You should never need to instantiate this class directly.
This API is a Sun Microsystems internal API and is subject to change without notice.
@see com.sun.jmx.snmp.agent.SnmpMib @see com.sun.jmx.snmp.agent.SnmpMibEntry @see com.sun.jmx.snmp.agent.SnmpTableEntryFactory @see com.sun.jmx.snmp.agent.SnmpTableSupport
|
|