public class ManagedDomainContainerConfiguration extends CommonDomainContainerConfiguration
Constructor and Description |
---|
ManagedDomainContainerConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getAutoServerStartupTimeoutInSeconds() |
String |
getCleanServerBaseDir() |
String |
getDomainConfig()
Get the server configuration file name.
|
String |
getHostConfig() |
String |
getJavaHome() |
String |
getJavaVmArguments() |
String |
getJbossArguments()
A space delimited list of arguments to be passed to the process controller.
|
String |
getJbossHome() |
String |
getModulePath() |
int |
getStartupTimeoutInSeconds() |
int |
getStopTimeoutInSeconds() |
boolean |
isAllowConnectingToRunningServer() |
boolean |
isEnableAssertions() |
boolean |
isOutputToConsole() |
boolean |
isSetupCleanServerBaseDir() |
void |
setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer) |
void |
setAutoServerStartupTimeoutInSeconds(int autoServerStartupTimeoutInSeconds)
The number of seconds to wait before failing when starting servers in Auto start mode
|
void |
setCleanServerBaseDir(String cleanServerBaseDir) |
void |
setDomainConfig(String domainConfig)
Set the server configuration file name.
|
void |
setEnableAssertions(boolean enableAssertions) |
void |
setHostConfig(String hostConfig)
Set the host controller configuration file name.
|
void |
setJavaHome(String javaHome) |
void |
setJavaVmArguments(String javaVmArguments) |
void |
setJbossArguments(String jbossArguments)
A space delimited list of arguments to be passed to the process controller.
|
void |
setJbossHome(String jbossHome) |
void |
setModulePath(String modulePath) |
void |
setOutputToConsole(boolean outputToConsole) |
void |
setSetupCleanServerBaseDir(boolean setupCleanServerBaseDir) |
void |
setStartupTimeoutInSeconds(int startupTimeoutInSeconds)
The number of seconds to wait before failing when starting domain controller process
|
void |
setStopTimeoutInSeconds(int stopTimeoutInSeconds) |
void |
validate() |
getContainerModeMap, getContainerNameMap, getManagementAddress, getManagementPort, getPassword, getServerGroupOperationTimeoutInSeconds, getServerOperationTimeoutInSeconds, getUsername, setContainerModeMap, setContainerNameMap, setManagementAddress, setManagementPort, setPassword, setServerGroupOperationTimeoutInSeconds, setServerOperationTimeoutInSeconds, setUsername
public void validate() throws org.jboss.arquillian.container.spi.ConfigurationException
validate
in interface org.jboss.arquillian.container.spi.client.container.ContainerConfiguration
validate
in class CommonDomainContainerConfiguration
org.jboss.arquillian.container.spi.ConfigurationException
public String getJbossHome()
public void setJbossHome(String jbossHome)
jbossHome
- the jbossHome to setpublic String getJavaHome()
public void setJavaHome(String javaHome)
javaHome
- the javaHome to setpublic String getJavaVmArguments()
public void setJavaVmArguments(String javaVmArguments)
javaVmArguments
- the javaVmArguments to setpublic String getJbossArguments()
null
if no arguments were setpublic void setJbossArguments(String jbossArguments)
jbossArguments
- the space delimited arguments to set or null
not pass anypublic void setStartupTimeoutInSeconds(int startupTimeoutInSeconds)
startupTimeoutInSeconds
- public int getStartupTimeoutInSeconds()
public void setStopTimeoutInSeconds(int stopTimeoutInSeconds)
stopTimeoutInSeconds
- number of seconds to wait for the container process to shutdownpublic int getStopTimeoutInSeconds()
public void setAutoServerStartupTimeoutInSeconds(int autoServerStartupTimeoutInSeconds)
autoServerStartupTimeoutInSeconds
- public int getAutoServerStartupTimeoutInSeconds()
public void setOutputToConsole(boolean outputToConsole)
outputToConsole
- the outputToConsole to setpublic boolean isOutputToConsole()
public String getDomainConfig()
public void setDomainConfig(String domainConfig)
domainConfig
- the domain xml file namepublic String getModulePath()
public String getHostConfig()
public void setHostConfig(String hostConfig)
hostConfig
- the host xml file namepublic void setModulePath(String modulePath)
public boolean isAllowConnectingToRunningServer()
public void setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer)
public boolean isEnableAssertions()
public void setEnableAssertions(boolean enableAssertions)
public boolean isSetupCleanServerBaseDir()
public void setSetupCleanServerBaseDir(boolean setupCleanServerBaseDir)
public String getCleanServerBaseDir()
public void setCleanServerBaseDir(String cleanServerBaseDir)
Copyright © 2018 JBoss by Red Hat. All rights reserved.