|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.device.DevicePoller
public class DevicePoller
| Constructor Summary | |
|---|---|
DevicePoller(ControlService[] controls,
long pollingIntervalInMs)
Constructs an instance of this class from the specified read commands and polling interval in ms parameters. |
|
| Method Summary | |
|---|---|
boolean |
doWork()
Do work and return the boolean result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DevicePoller(ControlService[] controls,
long pollingIntervalInMs)
readCommands - The read commands (CommandService[]) parameter.pollingIntervalInMs - The polling interval in ms (long) parameter.controls - The controls (ControlService[]) parameter.| Method Detail |
|---|
public boolean doWork()
throws java.lang.InterruptedException
doWork in interface WorkerServiceboolean) value.
java.lang.InterruptedException - Interrupted Exception.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||