public class InContainerWildFlyContainerController extends org.jboss.arquillian.container.test.impl.client.container.ContainerContainerController implements WildFlyContainerController
ContainerController running in container executing Commands
over the CommandService.| Constructor and Description |
|---|
InContainerWildFlyContainerController() |
| 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. |
getCommandService, isStarted, kill, start, start, stoppublic InContainerWildFlyContainerController()
public 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 phaseCopyright © 2022 JBoss by Red Hat. All rights reserved.