Searched defs:SnmpCachedData (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DSnmpCachedData.java42 public class SnmpCachedData implements SnmpTableHandler { class in inherits:SnmpTableHandler
59 * Constructs a new instance of SnmpCachedData. Instances are
69 public SnmpCachedData(long lastUpdated, SnmpOid indexes[], method in class:SnmpCachedData
77 * Constructs a new instance of SnmpCachedData. Instances are
85 public SnmpCachedData(long lastUpdated, TreeMap<SnmpOid, Object> indexMap) { method in class:SnmpCachedData
89 * Constructs a new instance of SnmpCachedData. Instances are
97 public SnmpCachedData(long lastUpdated, TreeMap<SnmpOid, Object> indexMap, method in class:SnmpCachedData

Completed in 39 milliseconds