Uses of Enum Class
org.eblocker.server.common.data.systemstatus.ExecutionState
Packages that use ExecutionState
-
Uses of ExecutionState in org.eblocker.server.common.data.systemstatus
Methods in org.eblocker.server.common.data.systemstatus that return ExecutionStateModifier and TypeMethodDescriptionSystemStatusDetails.getExecutionState()static ExecutionStateReturns the enum constant of this class with the specified name.static ExecutionState[]ExecutionState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eblocker.server.common.data.systemstatus with parameters of type ExecutionStateModifierConstructorDescriptionSystemStatusDetails(Date date, ExecutionState executionState, List<String> warnings, Collection<SubSystemDetails> subSystemDetails, String projectVersion, UpdatingStatus updatingStatus) -
Uses of ExecutionState in org.eblocker.server.http.service
Methods in org.eblocker.server.http.service that return ExecutionStateMethods in org.eblocker.server.http.service with parameters of type ExecutionStateModifier and TypeMethodDescriptionvoidSystemStatusService.ExecutionStateChangeListener.onChange(ExecutionState newState) voidSystemStatusService.setExecutionState(ExecutionState executionState) voidStatusLedService.setStatus(ExecutionState status)