|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractWorkerThread | |
---|---|
de.unikassel.android.sdcframework.broadcast | Provides all broadcast related classes. |
de.unikassel.android.sdcframework.devices | Does contain the sensor device specific classes, like the sensor devices, the device manager and the device factory. |
de.unikassel.android.sdcframework.persistence | The classes providing the service for persistent storage of samples on the device. |
de.unikassel.android.sdcframework.transmission | The classes providing the service for the transfer of stored samples to a remote server. |
de.unikassel.android.sdcframework.util | Does contain utility classes and interfaces. |
Uses of AbstractWorkerThread in de.unikassel.android.sdcframework.broadcast |
---|
Subclasses of AbstractWorkerThread in de.unikassel.android.sdcframework.broadcast | |
---|---|
class |
SampleBroadcastServiceImpl
Implementation of the sample broadcast service interface. |
Uses of AbstractWorkerThread in de.unikassel.android.sdcframework.devices |
---|
Subclasses of AbstractWorkerThread in de.unikassel.android.sdcframework.devices | |
---|---|
private class |
SampleReceivingDeviceScanner.ScanWorkerThread
Inner class for a device polling worker thread |
Uses of AbstractWorkerThread in de.unikassel.android.sdcframework.persistence |
---|
Subclasses of AbstractWorkerThread in de.unikassel.android.sdcframework.persistence | |
---|---|
class |
PersistentStorageManagerImpl
The persistent storage manager does provide the persistent storage feature for the framework. |
Uses of AbstractWorkerThread in de.unikassel.android.sdcframework.transmission |
---|
Subclasses of AbstractWorkerThread in de.unikassel.android.sdcframework.transmission | |
---|---|
class |
TransferManagerImpl
Implementation of the transfer manager which is the main access component for the transmission module. |
Uses of AbstractWorkerThread in de.unikassel.android.sdcframework.util |
---|
Subclasses of AbstractWorkerThread in de.unikassel.android.sdcframework.util | |
---|---|
class |
AbstractAsynchrounousSampleObserver
Abstract base class for asynchronous working sample observer components, which do depend on the service life cycle. Main features: can be attached as observer for samples, does maintain an event collector to store observed samples in a thread safe queue for further processing, does run asynchronously as daemon worker thread, does implement the life cycle object behavior. Can be extended to implement a specific kind of sample data processing in the doWork() method of the thread. |
class |
AbstractEventDispatcherImpl<T extends ObservableEvent,U extends ObservableEvent>
Abstract Implementation of a event dispatcher as worker thread. |
class |
EventDispatcherImpl<T extends ObservableEvent>
Implementation of a the event dispatcher task as worker thread. |
class |
LogfileManager
A worker thread to realize a the global log file handling. |
class |
Logger
The observable logger implemented as Singleton and observable for LogEvents. |
(package private) class |
TimeProvider.UpdateThread
Thread for asynchronous time updates |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |