|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateOperation
Defines an update operation which will be executed within a executor service in background.
Field Summary | |
---|---|
static long |
DEFAULT_UPDATE_INTERVAL
The default interval to check for updates is once per day |
Method Summary | |
---|---|
void |
call()
This function checks whether updated UAS data are available and updates silently the data in a DataStore . |
long |
getLastUpdateCheck()
Gets the time of the last update check in milliseconds. |
void |
shutdown()
Shuts down the corresponding background executor. |
Methods inherited from interface java.lang.Runnable |
---|
run |
Field Detail |
---|
@Nonnegative static final long DEFAULT_UPDATE_INTERVAL
Method Detail |
---|
void call()
DataStore
.
@Nonnegative long getLastUpdateCheck()
void shutdown()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |