|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatabaseFullStrategy | |
---|---|
de.unikassel.android.sdcframework.persistence | The classes providing the service for persistent storage of samples on the device. |
Uses of DatabaseFullStrategy in de.unikassel.android.sdcframework.persistence |
---|
Classes in de.unikassel.android.sdcframework.persistence that implement DatabaseFullStrategy | |
---|---|
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. |
Fields in de.unikassel.android.sdcframework.persistence declared as DatabaseFullStrategy | |
---|---|
private DatabaseFullStrategy |
PersistentStorageManagerImpl.dbFullStrategy
The strategy to use in case of SQLiteFullException |
Methods in de.unikassel.android.sdcframework.persistence that return DatabaseFullStrategy | |
---|---|
static DatabaseFullStrategy |
DatabaseFullStrategyBuilder.buildStrategy(Context context,
ServiceConfiguration serviceConfig,
Class<? extends SDCService> serviceClass,
Class<? extends Activity> activityClass)
Does build a database full strategy chain as configured by the given definition |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |