anon.infoservice.update
Class PerformanceInfoUpdater
java.lang.Object
anon.util.Updater
anon.infoservice.update.AbstractDatabaseUpdater
anon.infoservice.update.PerformanceInfoUpdater
- All Implemented Interfaces:
- java.util.Observer
public class PerformanceInfoUpdater
- extends AbstractDatabaseUpdater
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UPDATE_INTERVAL
private static final long UPDATE_INTERVAL
- See Also:
- Constant Field Values
MIN_UPDATE_INTERVAL_MS
private static final long MIN_UPDATE_INTERVAL_MS
- See Also:
- Constant Field Values
PerformanceInfoUpdater
public PerformanceInfoUpdater(Updater.ObservableInfo a_observableInfo)
PerformanceInfoUpdater
public PerformanceInfoUpdater(long interval,
Updater.ObservableInfo a_observableInfo)
getEntrySerials
protected java.util.Hashtable getEntrySerials()
- Specified by:
getEntrySerials
in class AbstractDatabaseUpdater
getUpdatedEntries
protected java.util.Hashtable getUpdatedEntries(java.util.Hashtable toUpdate)
- Specified by:
getUpdatedEntries
in class AbstractDatabaseUpdater
getUpdatedClass
public java.lang.Class getUpdatedClass()
- Specified by:
getUpdatedClass
in class Updater