Package de.unikassel.android.sdcframework.persistence

Package class diagram package de.unikassel.android.sdcframework.persistence
The classes providing the service for persistent storage of samples on the device.

See:
          Description

Class Summary
AbstractDatabaseCommand<T> Abstract base class for database commands.
AbstractDatabaseFullStrategy Abstract base class for a database full strategy type.
DatabaseAdapterImpl The database adapter class does wrap the direct Android database access.
DatabaseAdapterImpl.DatabaseHelper The internal SQLite helper class
DatabaseFullStrategyBuilder A static implementation of a builder for database full strategy chains.
DatabaseManagerImpl Implementation of a central database manager.
DeleteSamplesCommand Implementation of the sample deletion database command.
DeleteSamplesStrategy Implementation of a the database full strategy which does delete old samples.
GetMaximumDatabaseSizeCommand Implementation of the get maximum database size command.
GetRecordCountCommand Implementation of the get record count database command.
InsertSamplesCommand Implementation of the insert samples database command.
NotificationStrategy Implementation of a the database full strategy as service notification.
PersistentStorageManagerImpl The persistent storage manager does provide the persistent storage feature for the framework.
RemoveSamplesCommand Implementation of the remove samples database command.
SetMaximumDatabaseSizeCommand Implementation of the set maximum database size command.
StopServiceStrategy Implementation of a the database full strategy which does stop the running service.
WaitStrategy Implementation of a the database full strategy which does just wait a bit.
 

Package de.unikassel.android.sdcframework.persistence Description

The classes providing the service for persistent storage of samples on the device.