Uses of Enum Class
org.wildfly.extension.core.management.client.Process.RuntimeConfigurationState
Packages that use Process.RuntimeConfigurationState
-
Uses of Process.RuntimeConfigurationState in org.wildfly.extension.core.management.client
Methods in org.wildfly.extension.core.management.client that return Process.RuntimeConfigurationStateModifier and TypeMethodDescriptionRuntimeConfigurationStateChangeEvent.getNewState()RuntimeConfigurationStateChangeEvent.getOldState()Returns the enum constant of this class with the specified name.static Process.RuntimeConfigurationState[]Process.RuntimeConfigurationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.wildfly.extension.core.management.client with parameters of type Process.RuntimeConfigurationStateModifierConstructorDescriptionRuntimeConfigurationStateChangeEvent(Process.RuntimeConfigurationState oldState, Process.RuntimeConfigurationState newState)