Class Process
java.lang.Object
org.wildfly.extension.core.management.client.Process
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 ClassesModifier and TypeClassDescriptionstatic enumThe running mode of the processstatic enumstatic enumThe state of the processstatic enumThe type of the process -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Process
public Process()
-