|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
org.hackystat.telemetry.service.prefetch.PrefetchTask
public class PrefetchTask
A TimerTask that encapsulates a TelemetryPrefetch instance. When this timer's run() method is called, it will construct a set of calls to the Telemetry analysis service from the information in the TelemetryPrefetch instance.
Constructor Summary | |
---|---|
PrefetchTask(TelemetryPrefetch telemetryPrefetch,
java.util.logging.Logger logger,
java.lang.String host)
Create a PrefetchTask, which will run all of the charts in this TelemetryPrefetch instance. |
Method Summary | |
---|---|
void |
run()
Invoked automatically by the associated DailyTimer task or by the PrefetchManager on startup if RunOnStartup is true. |
Methods inherited from class java.util.TimerTask |
---|
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrefetchTask(TelemetryPrefetch telemetryPrefetch, java.util.logging.Logger logger, java.lang.String host)
telemetryPrefetch
- The Telemetry Prefetch instance.logger
- The logger.host
- The telemetry service host to be contacted.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class java.util.TimerTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |