Uses of Enum Class
org.frankframework.util.RunState
Packages that use RunState
Package
Description
-
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 with parameters of type 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 TypeMethodDescriptionbooleanReceiver.isInRunState(RunState someRunState) voidReceiver.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 RunStateReturns 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