Class UpdateStatusObserver
java.lang.Object
org.eblocker.server.common.update.UpdateStatusObserver
The UpdateStatusObserver is notified when a system update starts.
It sets the ExecutionState to UPDATING, waits until the update is finished and
resets the ExecutionState to the value it had before.
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateStatusObserver(SystemStatusService systemStatusService, long fixedDelay, ScheduledExecutorService scheduledExecutorService) -
Method Summary
-
Constructor Details
-
UpdateStatusObserver
@Inject public UpdateStatusObserver(SystemStatusService systemStatusService, long fixedDelay, ScheduledExecutorService scheduledExecutorService)
-
-
Method Details
-
updateStarted
-