Package | Description |
---|---|
dbpack | |
main |
Modifier and Type | Field and Description |
---|---|
private static DatabaseActions |
DatabaseActions.instance
The private instance of this singleton class.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseActions |
DatabaseActions.getInstance()
Creates the unique object of this class if not created.
|
Modifier and Type | Field and Description |
---|---|
static DatabaseActions |
Main.db
DatabaseActions singleton object that makes all the necessary actions between the service and the database,
contains the middle memory for updating the gui and the database and runs the thread that checks periodically
if any of the devices doesn't send data anymore.
|