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

/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DSnmpCachedData.java61 * @param lastUpdated Time stamp as returned by
69 public SnmpCachedData(long lastUpdated, SnmpOid indexes[], argument
71 this.lastUpdated = lastUpdated;
79 * @param lastUpdated Time stamp as returned by
85 public SnmpCachedData(long lastUpdated, TreeMap<SnmpOid, Object> indexMap) { argument
86 this(lastUpdated, indexMap, true);
91 * @param lastUpdated Time stamp as returned by
97 public SnmpCachedData(long lastUpdated, TreeMap<SnmpOid, Object> indexMap, argument
101 this.lastUpdated
116 public final long lastUpdated; field in class:SnmpCachedData
[all...]
H A DSnmpLoadedClassData.java49 * @param lastUpdated Time stamp as returned by
55 public SnmpLoadedClassData(long lastUpdated, TreeMap<SnmpOid, Object> indexMap) { argument
56 super(lastUpdated, indexMap, false);

Completed in 2027 milliseconds