Uses of Class
de.unikassel.android.sdcframework.util.AbstractChainWorker

Packages that use AbstractChainWorker
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. 
 

Uses of AbstractChainWorker in de.unikassel.android.sdcframework.persistence
 

Subclasses of AbstractChainWorker in de.unikassel.android.sdcframework.persistence
 class AbstractDatabaseFullStrategy
          Abstract base class for a database full strategy type.
 class DeleteSamplesStrategy
          Implementation of a the database full strategy which does delete old samples.
 class NotificationStrategy
          Implementation of a the database full strategy as service notification.
 class StopServiceStrategy
          Implementation of a the database full strategy which does stop the running service.
 class WaitStrategy
          Implementation of a the database full strategy which does just wait a bit.
 

Uses of AbstractChainWorker in de.unikassel.android.sdcframework.transmission
 

Subclasses of AbstractChainWorker in de.unikassel.android.sdcframework.transmission
 class AbstractConnectionStrategy
          Abstract base class for connection strategy types, knowing a successor to delegate to if the strategy fails.
 class MobileConnectionStrategy
          Implementation of the strategy using mobile connections.
 class UseAvailableConnectionStrategy
          Implementation of the strategy which does only use available connections.
 class WLANConnectionStrategy
          Implementation of the strategy using WLAN (Wifi) connections.