| Package | Description |
|---|---|
| org.wildfly.extension.core.management.client |
| Modifier and Type | Method and Description |
|---|---|
Process.RunningState |
RunningStateChangeEvent.getNewState() |
Process.RunningState |
RunningStateChangeEvent.getOldState() |
static Process.RunningState |
Process.RunningState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Process.RunningState[] |
Process.RunningState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RunningStateChangeEvent(Process.RunningState oldState,
Process.RunningState newState) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.