Uses of Enum Class
org.frankframework.util.RunState
Package
Description
-
Uses of RunState in org.frankframework.configuration
-
Uses of RunState in org.frankframework.core
Modifier and TypeMethodDescriptionAdapter.getRunState()
IManagable.getRunState()
returns the runstate of the object. -
Uses of RunState in org.frankframework.lifecycle
Modifier and TypeMethodDescriptionboolean
protected void
AbstractConfigurableLifecyle.updateState
(RunState state) -
Uses of RunState in org.frankframework.management.bus.dto
-
Uses of RunState in org.frankframework.receivers
Modifier and TypeMethodDescriptionboolean
Receiver.isInRunState
(RunState someRunState) void
Receiver.setRunState
(RunState state) Changes runstate. -
Uses of RunState in org.frankframework.util
Modifier and TypeMethodDescriptionRunStateEnquirer.getRunState()
RunStateManager.getRunState()
static RunState
Returns the enum constant of this class with the specified name.static RunState[]
RunState.values()
Returns an array containing the constants of this enum class, in the order they are declared.