public class SetPointWorkItem extends java.lang.Object implements WorkItem
Modifier and Type | Field and Description |
---|---|
private DataPointDao |
dpdao |
private static org.apache.commons.logging.Log |
LOG |
private static int |
MAX_RECURSION |
private PointValueTime |
pvt |
private SetPointSource |
source |
private java.util.List<java.lang.String> |
sourceIds |
private int |
targetPointId |
private DataPointVO |
targetVo |
private static java.lang.ThreadLocal<java.util.List<java.lang.String>> |
threadLocal |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM
Constructor and Description |
---|
SetPointWorkItem(int targetPointId,
PointValueTime pvt,
SetPointSource source) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
int |
getPriority() |
private static final java.lang.ThreadLocal<java.util.List<java.lang.String>> threadLocal
private static final int MAX_RECURSION
private static org.apache.commons.logging.Log LOG
private final int targetPointId
private final PointValueTime pvt
private final SetPointSource source
private final java.util.List<java.lang.String> sourceIds
private DataPointDao dpdao
private DataPointVO targetVo
public SetPointWorkItem(int targetPointId, PointValueTime pvt, SetPointSource source)
public int getPriority()
getPriority
in interface WorkItem