public class CommonManagedContainerConfiguration extends CommonContainerConfiguration
| Constructor and Description |
|---|
CommonManagedContainerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaHome() |
int |
getStartupTimeoutInSeconds() |
int |
getStopTimeoutInSeconds()
Number of seconds to wait for the container process to shutdown; defaults to 60
|
Integer[] |
getWaitForPorts() |
Integer |
getWaitForPortsTimeoutInSeconds() |
boolean |
isAllowConnectingToRunningServer() |
boolean |
isOutputToConsole() |
void |
setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer) |
void |
setJavaHome(String javaHome) |
void |
setOutputToConsole(boolean outputToConsole) |
void |
setStartupTimeoutInSeconds(int startupTimeoutInSeconds) |
void |
setStopTimeoutInSeconds(int stopTimeoutInSeconds) |
void |
setWaitForPorts(String waitForPorts) |
void |
setWaitForPortsTimeoutInSeconds(Integer waitForPortsTimeoutInSeconds) |
void |
validate() |
getAuthenticationConfig, getConnectionTimeout, getHost, getManagementAddress, getManagementPort, getManagementProtocol, getPassword, getPort, getUsername, setAuthenticationConfig, setConnectionTimeout, setHost, setManagementAddress, setManagementPort, setManagementProtocol, setPassword, setPort, setUsernamepublic void validate()
throws org.jboss.arquillian.container.spi.ConfigurationException
validate in interface org.jboss.arquillian.container.spi.client.container.ContainerConfigurationvalidate in class CommonContainerConfigurationorg.jboss.arquillian.container.spi.ConfigurationExceptionpublic String getJavaHome()
public void setJavaHome(String javaHome)
public void setStartupTimeoutInSeconds(int startupTimeoutInSeconds)
public int getStartupTimeoutInSeconds()
public void setStopTimeoutInSeconds(int stopTimeoutInSeconds)
public int getStopTimeoutInSeconds()
public void setOutputToConsole(boolean outputToConsole)
public boolean isOutputToConsole()
public boolean isAllowConnectingToRunningServer()
public void setAllowConnectingToRunningServer(boolean allowConnectingToRunningServer)
public Integer[] getWaitForPorts()
public void setWaitForPorts(String waitForPorts)
public Integer getWaitForPortsTimeoutInSeconds()
public void setWaitForPortsTimeoutInSeconds(Integer waitForPortsTimeoutInSeconds)
Copyright © 2022 JBoss by Red Hat. All rights reserved.