Uses of Class
org.wildfly.core.embedded.spi.EmbeddedProcessState
-
Packages that use EmbeddedProcessState Package Description org.wildfly.core.embedded.spi -
-
Uses of EmbeddedProcessState in org.wildfly.core.embedded.spi
Methods in org.wildfly.core.embedded.spi that return EmbeddedProcessState Modifier and Type Method Description EmbeddedProcessStateProcessStateNotifier. getEmbeddedProcessState()Gets the current state of the controlled process.static EmbeddedProcessStateEmbeddedProcessState. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedProcessState[]EmbeddedProcessState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-