Class InContainerWildFlyContainerController
java.lang.Object
org.jboss.arquillian.container.test.impl.client.container.ContainerContainerController
org.jboss.as.arquillian.container.controller.InContainerWildFlyContainerController
- All Implemented Interfaces:
org.jboss.arquillian.container.test.api.ContainerController,WildFlyContainerController
public class InContainerWildFlyContainerController
extends org.jboss.arquillian.container.test.impl.client.container.ContainerContainerController
implements WildFlyContainerController
ContainerController running in container executing
Commands
over the CommandService.- Version:
- Jan 2015
- Author:
- Radoslav Husar
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.arquillian.container.test.impl.client.container.ContainerContainerController
getCommandService, isStarted, kill, start, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.container.test.api.ContainerController
isStarted, kill, start, start, stop
-
Constructor Details
-
InContainerWildFlyContainerController
public InContainerWildFlyContainerController()
-
-
Method Details
-
stop
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
-