public class HostRunningModeControl extends RunningModeControl
| Constructor and Description |
|---|
HostRunningModeControl(RunningMode runningMode,
RestartMode restartMode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAndClearNewDomainBootFileName()
Get the new file name for the domain.xml equivalent.
|
String |
getReloadHostName()
Get the hostname for the reloaded host controller.
|
RestartMode |
getRestartMode()
Get the restartMode
|
boolean |
isUseCurrentDomainConfig() |
void |
setNewDomainBootFileName(String newDomainBootFileName)
Set the new file name for the domain.xml equivalent.
|
void |
setReloadHostName(String hostName)
Set the hostname for the reloaded host controller.
|
void |
setRestartMode(RestartMode restartMode)
Set the restartMode
|
void |
setUseCurrentDomainConfig(boolean useCurrentDomainConfig) |
getAndClearNewBootFileName, getRunningMode, getSuspend, isReloaded, isUseCurrentConfig, setNewBootFileName, setReloaded, setRunningMode, setSuspend, setUseCurrentConfigpublic HostRunningModeControl(RunningMode runningMode, RestartMode restartMode)
public RestartMode getRestartMode()
public void setRestartMode(RestartMode restartMode)
restartMode - the restartMode to setpublic void setUseCurrentDomainConfig(boolean useCurrentDomainConfig)
public boolean isUseCurrentDomainConfig()
public String getAndClearNewDomainBootFileName()
public void setNewDomainBootFileName(String newDomainBootFileName)
newDomainBootFileName - the name of the new domain configuration file.public void setReloadHostName(String hostName)
hostName - the name to use for registering this hostcontroller at /host=foopublic String getReloadHostName()
Copyright © 2019 JBoss by Red Hat. All rights reserved.