Uses of Enum Class
org.frankframework.util.RunState
Packages that use RunState
Package
Description
-
Uses of RunState in org.frankframework.configuration
Methods in org.frankframework.configuration that return RunState -
Uses of RunState in org.frankframework.core
Methods in org.frankframework.core that return RunStateModifier and TypeMethodDescriptionAdapter.getRunState()
ManagableLifecycle.getRunState()
Returns the RunState of the object. -
Uses of RunState in org.frankframework.lifecycle
Methods in org.frankframework.lifecycle that return RunStateMethods in org.frankframework.lifecycle with parameters of type RunStateModifier and TypeMethodDescriptionboolean
protected void
AbstractConfigurableLifecyle.updateState
(RunState state) -
Uses of RunState in org.frankframework.management.bus.dto
Methods in org.frankframework.management.bus.dto that return RunState -
Uses of RunState in org.frankframework.monitoring
Methods in org.frankframework.monitoring that return RunState -
Uses of RunState in org.frankframework.receivers
Methods in org.frankframework.receivers that return RunStateMethods in org.frankframework.receivers with parameters of type RunStateModifier and TypeMethodDescriptionboolean
Receiver.isInRunState
(RunState someRunState) void
Receiver.setRunState
(RunState state) Changes runstate. -
Uses of RunState in org.frankframework.util
Methods in org.frankframework.util that return RunStateModifier 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.Methods in org.frankframework.util with parameters of type RunState