de.unikassel.android.sdcframework.devices
Class SampleReceivingDeviceScanner.ScanWorkerThread

Package class diagram package SampleReceivingDeviceScanner.ScanWorkerThread
java.lang.Object
  extended by java.lang.Thread
      extended by de.unikassel.android.sdcframework.util.AbstractWorkerThread
          extended by de.unikassel.android.sdcframework.devices.SampleReceivingDeviceScanner.ScanWorkerThread
All Implemented Interfaces:
WorkerThread, Runnable
Enclosing class:
SampleReceivingDeviceScanner

private final class SampleReceivingDeviceScanner.ScanWorkerThread
extends AbstractWorkerThread

Inner class for a device polling worker thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
SampleReceivingDeviceScanner.ScanWorkerThread()
          Constructor
 
Method Summary
protected  void doCleanUp()
          The clean up method executed on termination
protected  void doWork()
          The working method executed in the running loop if started
 
Methods inherited from class de.unikassel.android.sdcframework.util.AbstractWorkerThread
doTerminate, hasTerminated, isLogging, isWorking, logMessage, run, setLogging, start, startWork, stopWork
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SampleReceivingDeviceScanner.ScanWorkerThread

public SampleReceivingDeviceScanner.ScanWorkerThread()
Constructor

Method Detail

doCleanUp

protected final void doCleanUp()
Description copied from class: AbstractWorkerThread
The clean up method executed on termination

Specified by:
doCleanUp in class AbstractWorkerThread

doWork

protected final void doWork()
Description copied from class: AbstractWorkerThread
The working method executed in the running loop if started

Specified by:
doWork in class AbstractWorkerThread