Class Process
- java.lang.Object
-
- org.wildfly.extension.core.management.client.Process
-
public class Process extends Object
The overall information of a process (its state, running mode and type). These enums duplicates the ones from the org.jboss.as.controller module to avoid leaking them to the client API.- Author:
- Jeff Mesnil (c) 2016 Red Hat inc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcess.RunningModeThe running mode of the processstatic classProcess.RunningStatestatic classProcess.RuntimeConfigurationStateThe state of the processstatic classProcess.TypeThe type of the process
-
Constructor Summary
Constructors Constructor Description Process()
-