public class ClientWildFlyContainerController extends org.jboss.arquillian.container.test.impl.client.container.ClientContainerController implements WildFlyContainerController
WildFlyContainerController used from client.| Constructor and Description |
|---|
ClientWildFlyContainerController() |
| Modifier and Type | Method and Description |
|---|---|
void |
stop(String containerQualifier,
int timeout)
Stops the given container with a timeout; corresponds to
:shutdown(timeout=Y) management operation. |
containerExists, getContainerControllerEvent, getContainerRegistry, getDeploymentScenario, isControllableContainer, isStarted, kill, start, start, stoppublic void stop(String containerQualifier, int timeout)
WildFlyContainerController:shutdown(timeout=Y) management operation.
Only compatible with WildFly 9 and newer!
Note that if the stopTimeoutInSeconds configuration property is set at a lower value than the timeout
parameter the container process may be destroyed before the controlled shutdown finishes.
stop in interface WildFlyContainerControllercontainerQualifier - container qualifiertimeout - timeout in seconds to wait during suspend phaseClientContainerController.stop(java.lang.String)Copyright © 2022 JBoss by Red Hat. All rights reserved.