Class ClientWildFlyContainerController
- java.lang.Object
-
- org.jboss.arquillian.container.test.impl.client.container.ClientContainerController
-
- org.jboss.as.arquillian.container.controller.ClientWildFlyContainerController
-
- All Implemented Interfaces:
org.jboss.arquillian.container.test.api.ContainerController,WildFlyContainerController
public class ClientWildFlyContainerController extends org.jboss.arquillian.container.test.impl.client.container.ClientContainerController implements WildFlyContainerController
Implementation ofWildFlyContainerControllerused from client.- Version:
- Jan 2015
- Author:
- Radoslav Husar
-
-
Constructor Summary
Constructors Constructor Description ClientWildFlyContainerController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstop(String containerQualifier, int timeout)Stops the given container with a timeout; corresponds to:shutdown(timeout=Y)management operation.-
Methods inherited from class org.jboss.arquillian.container.test.impl.client.container.ClientContainerController
containerExists, getContainerControllerEvent, getContainerRegistry, getDeploymentScenario, isControllableContainer, isStarted, kill, start, start, stop
-
-
-
-
Method Detail
-
stop
public void stop(String containerQualifier, int timeout)
Description copied from interface:WildFlyContainerControllerStops the given container with a timeout; corresponds to:shutdown(timeout=Y)management operation. Only compatible with WildFly 9 and newer!Note that if the
stopTimeoutInSecondsconfiguration property is set at a lower value than the timeout parameter the container process may be destroyed before the controlled shutdown finishes.- Specified by:
stopin interfaceWildFlyContainerController- Parameters:
containerQualifier- container qualifiertimeout- timeout in seconds to wait during suspend phase- See Also:
ClientContainerController.stop(java.lang.String)
-
-