2009-01-09 1.2.0

org.eclipse.soda.dk.core.service
Interface WorkerService

All Known Implementing Classes:
DevicePoller

public interface WorkerService

Version:
1.2.0

Method Summary
 boolean doWork()
          Do work and return the boolean result.
 

Method Detail

doWork

boolean doWork()
               throws java.lang.InterruptedException
Do work and return the boolean result.

Returns:
Results of the do work (boolean) value.
Throws:
java.lang.InterruptedException - Interrupted Exception.

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.