jdk/src/share/classes/com/sun/jmx/snmp/agent/SnmpTableSupport.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   478      * This method assumes that the given entry will not be registered,
   478      * This method assumes that the given entry will not be registered,
   479      * or will be registered with its default ObjectName built from the
   479      * or will be registered with its default ObjectName built from the
   480      * associated  SnmpIndex.
   480      * associated  SnmpIndex.
   481      * <p>
   481      * <p>
   482      * If the entry is going to be registered, then
   482      * If the entry is going to be registered, then
   483      * {@link com.sun.jmx.snmp.agent.SnmpTableSupport#addEntry(SnmpIndex, ObjectName, Object)} should be prefered.
   483      * {@link com.sun.jmx.snmp.agent.SnmpTableSupport#addEntry(SnmpIndex, ObjectName, Object)} should be preferred.
   484      * <br> This function is mainly provided for backward compatibility.
   484      * <br> This function is mainly provided for backward compatibility.
   485      *
   485      *
   486      * @param index The SnmpIndex built from the given entry.
   486      * @param index The SnmpIndex built from the given entry.
   487      * @param entry The entry that should be added in the table.
   487      * @param entry The entry that should be added in the table.
   488      *
   488      *