Uses of Class
org.wildfly.extension.core.management.client.Process.Type
-
Packages that use Process.Type Package Description org.wildfly.extension.core.management.client -
-
Uses of Process.Type in org.wildfly.extension.core.management.client
Methods in org.wildfly.extension.core.management.client that return Process.Type Modifier and Type Method Description static Process.TypeProcess.Type. from(String processTypeName)Process.TypeProcessStateListenerInitParameters. getProcessType()Process.TypeProcessStateListenerInitParameters.ProcessStateListenerInitParametersImpl. getProcessType()static Process.TypeProcess.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Process.Type[]Process.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.extension.core.management.client with parameters of type Process.Type Modifier and Type Method Description ProcessStateListenerInitParameters.BuilderProcessStateListenerInitParameters.Builder. setProcessType(Process.Type processType)
-