Uses of Class
org.wildfly.extension.core.management.client.Process.RuntimeConfigurationState
-
Packages that use Process.RuntimeConfigurationState Package Description org.wildfly.extension.core.management.client -
-
Uses of Process.RuntimeConfigurationState in org.wildfly.extension.core.management.client
Methods in org.wildfly.extension.core.management.client that return Process.RuntimeConfigurationState Modifier and Type Method Description Process.RuntimeConfigurationStateRuntimeConfigurationStateChangeEvent. getNewState()Process.RuntimeConfigurationStateRuntimeConfigurationStateChangeEvent. getOldState()static Process.RuntimeConfigurationStateProcess.RuntimeConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static Process.RuntimeConfigurationState[]Process.RuntimeConfigurationState. 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.RuntimeConfigurationState Constructor Description RuntimeConfigurationStateChangeEvent(Process.RuntimeConfigurationState oldState, Process.RuntimeConfigurationState newState)
-