class HttpImageDataSourceRT.ImageRetriever extends java.lang.Object implements WorkItem
Modifier and Type | Field and Description |
---|---|
private DataPointRT |
dp |
private HttpImageDataSourceRT.ImageRetrieverMonitor |
monitor |
private com.serotonin.web.i18n.LocalizableMessage |
retrievalFailure |
private com.serotonin.web.i18n.LocalizableMessage |
saveFailure |
private long |
time |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM
Constructor and Description |
---|
ImageRetriever(HttpImageDataSourceRT.ImageRetrieverMonitor monitor,
DataPointRT dp,
long time) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
private void |
executeImpl() |
int |
getPriority() |
com.serotonin.web.i18n.LocalizableMessage |
getRetrievalFailure() |
com.serotonin.web.i18n.LocalizableMessage |
getSaveFailure() |
private final HttpImageDataSourceRT.ImageRetrieverMonitor monitor
private final DataPointRT dp
private final long time
private com.serotonin.web.i18n.LocalizableMessage retrievalFailure
private com.serotonin.web.i18n.LocalizableMessage saveFailure
ImageRetriever(HttpImageDataSourceRT.ImageRetrieverMonitor monitor, DataPointRT dp, long time)
private void executeImpl()
public com.serotonin.web.i18n.LocalizableMessage getRetrievalFailure()
public com.serotonin.web.i18n.LocalizableMessage getSaveFailure()
public int getPriority()
getPriority
in interface WorkItem