public class InQueuesMgr.ArchiveDataReceiver extends InQueuesMgr.DataReceiver
| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_PID_ATBACKSTEP_RESUME |
static String |
MSG_PID_ATBACKSTEP_SUSPEND |
static String |
MSG_PID_ATFWSTEP_RESUME |
static String |
MSG_PID_ATFWSTEP_SUSPEND |
| Constructor and Description |
|---|
InQueuesMgr.ArchiveDataReceiver() |
| Modifier and Type | Method and Description |
|---|---|
long |
getTMaxATimeForwardStep() |
boolean |
mustSuspendQueries() |
void |
processData(ResultData rd) |
void |
setTMaxATimeForwardStep(long tMaxSeconds)
Setzt den maximal erlaubten Vorwaertssprung der Archivzeit.
|
updatepublic static final String MSG_PID_ATBACKSTEP_SUSPEND
public static final String MSG_PID_ATBACKSTEP_RESUME
public static final String MSG_PID_ATFWSTEP_SUSPEND
public static final String MSG_PID_ATFWSTEP_RESUME
public void processData(ResultData rd)
processData in class InQueuesMgr.DataReceiverpublic boolean mustSuspendQueries()
public void setTMaxATimeForwardStep(long tMaxSeconds)
tMax - max. erlaubter Sprung (in Sekunden)public long getTMaxATimeForwardStep()