Uses of Class
org.wildfly.extension.core.management.client.Process.RunningState
-
Packages that use Process.RunningState Package Description org.wildfly.extension.core.management.client -
-
Uses of Process.RunningState in org.wildfly.extension.core.management.client
Methods in org.wildfly.extension.core.management.client that return Process.RunningState Modifier and Type Method Description Process.RunningStateRunningStateChangeEvent. getNewState()Process.RunningStateRunningStateChangeEvent. getOldState()static Process.RunningStateProcess.RunningState. valueOf(String name)Returns the enum constant of this type with the specified name.static Process.RunningState[]Process.RunningState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wildfly.extension.core.management.client with parameters of type Process.RunningState Constructor Description RunningStateChangeEvent(Process.RunningState oldState, Process.RunningState newState)
-