public interface WildFlyContainerController
extends org.jboss.arquillian.container.test.api.ContainerController
| 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. |
void stop(String containerQualifier, int timeout)
: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.
containerQualifier - container qualifiertimeout - timeout in seconds to wait during suspend phaseCopyright © 2022 JBoss by Red Hat. All rights reserved.