Uses of Class
de.unikassel.android.sdcframework.persistence.AbstractDatabaseFullStrategy

Packages that use AbstractDatabaseFullStrategy
de.unikassel.android.sdcframework.persistence The classes providing the service for persistent storage of samples on the device. 
 

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

Subclasses of AbstractDatabaseFullStrategy in de.unikassel.android.sdcframework.persistence
 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.