Uses of Class
org.eblocker.server.http.service.SystemStatusService
Packages that use SystemStatusService
Package
Description
-
Uses of SystemStatusService in org.eblocker.server.common.startup
Constructor parameters in org.eblocker.server.common.startup with type arguments of type SystemStatusServiceModifierConstructorDescriptionSubSystemUsageInterceptor(com.google.inject.Provider<SystemStatusService> statusServiceProvider) -
Uses of SystemStatusService in org.eblocker.server.common.update
Constructors in org.eblocker.server.common.update with parameters of type SystemStatusServiceModifierConstructorDescriptionUpdateStatusObserver(SystemStatusService systemStatusService, long fixedDelay, ScheduledExecutorService scheduledExecutorService) -
Uses of SystemStatusService in org.eblocker.server.http.controller.boot
Constructors in org.eblocker.server.http.controller.boot with parameters of type SystemStatusServiceModifierConstructorDescriptionSystemStatusController(SystemStatusService systemStatusService, ShutdownService shutdownService) -
Uses of SystemStatusService in org.eblocker.server.http.controller.impl
Constructors in org.eblocker.server.http.controller.impl with parameters of type SystemStatusServiceModifierConstructorDescriptionUpdateControllerImpl(SystemUpdater systemUpdater, AutomaticUpdater autoUpdater, RegistrationService registrationService, SystemStatusService systemStatusService, ProductInfoService productInfoService, int secondsBetweenUpdateRequests) -
Uses of SystemStatusService in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return SystemStatusServiceModifier and TypeMethodDescriptionConstructors in org.eblocker.server.http.service with parameters of type SystemStatusServiceModifierConstructorDescriptionShutdownService(SystemStatusService systemStatusService, ScriptRunner scriptRunner, String shutdownScript, String rebootScript, ShutdownExecutorService shutdownExecutorService) StatusLedService(DeviceProperties deviceProperties, String ledControllerHost, Integer ledControllerPort, TelnetConnection telnetConnection, SystemStatusService systemStatusService)