Package | Description |
---|---|
org.jboss.as.host.controller |
Modifier and Type | Method and Description |
---|---|
RestartMode |
HostRunningModeControl.getRestartMode()
Get the restartMode
|
static RestartMode |
RestartMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartMode[] |
RestartMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HostRunningModeControl.setRestartMode(RestartMode restartMode)
Set the restartMode
|
Constructor and Description |
---|
HostRunningModeControl(RunningMode runningMode,
RestartMode restartMode) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.