Class RuntimeConfigurationStateChangeEvent
java.lang.Object
org.wildfly.extension.core.management.client.RuntimeConfigurationStateChangeEvent
Event sent when the runtime configuration state changes.
Transitions are : starting -> ok -> (reload-required -> restart-required ->) stopping.
- Author:
- Emmanuel Hugonnet (c) 2016 Red Hat, inc.
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeConfigurationStateChangeEvent(Process.RuntimeConfigurationState oldState, Process.RuntimeConfigurationState newState) -
Method Summary
-
Constructor Details
-
RuntimeConfigurationStateChangeEvent
public RuntimeConfigurationStateChangeEvent(Process.RuntimeConfigurationState oldState, Process.RuntimeConfigurationState newState)
-
-
Method Details