Uses of Enum Class
org.wildfly.extension.core.management.client.Process.RunningState
Packages that use Process.RunningState
-
Uses of Process.RunningState in org.wildfly.extension.core.management.client
Methods in org.wildfly.extension.core.management.client that return Process.RunningStateModifier and TypeMethodDescriptionRunningStateChangeEvent.getNewState()RunningStateChangeEvent.getOldState()static Process.RunningStateReturns the enum constant of this class with the specified name.static Process.RunningState[]Process.RunningState.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.RunningStateModifierConstructorDescriptionRunningStateChangeEvent(Process.RunningState oldState, Process.RunningState newState)