public class DataPurge
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
DataPurge.DataPurgeTask |
Modifier and Type | Field and Description |
---|---|
private org.apache.commons.logging.Log |
log |
private RuntimeManager |
rm |
private long |
runtime |
Constructor and Description |
---|
DataPurge() |
Modifier and Type | Method and Description |
---|---|
private void |
eventPurge() |
void |
execute(long runtime) |
private void |
executeImpl() |
private void |
filedataPurge() |
private long |
purgePoint(DataPointVO dataPoint) |
private void |
reportPurge() |
static void |
schedule() |
private final org.apache.commons.logging.Log log
private long runtime
private final RuntimeManager rm
public static void schedule()
public void execute(long runtime)
private void executeImpl()
private long purgePoint(DataPointVO dataPoint)
private void filedataPurge()
private void eventPurge()
private void reportPurge()