class BACnetIPDataSourceRT.DevicePoller extends java.lang.Object implements WorkItem
| Modifier and Type | Field and Description |
|---|---|
private com.serotonin.bacnet4j.RemoteDevice |
d |
private java.util.List<DataPointRT> |
points |
private long |
time |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM| Constructor and Description |
|---|
DevicePoller(com.serotonin.bacnet4j.RemoteDevice d,
java.util.List<DataPointRT> points,
long time) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
int |
getPriority() |
private final com.serotonin.bacnet4j.RemoteDevice d
private final java.util.List<DataPointRT> points
private final long time
public DevicePoller(com.serotonin.bacnet4j.RemoteDevice d,
java.util.List<DataPointRT> points,
long time)
public int getPriority()
getPriority in interface WorkItem