public final class EmbeddedDeployableContainer extends CommonDeployableContainer<EmbeddedContainerConfiguration>
DeployableContainer implementation to bootstrap JBoss Logging (installing the LogManager if possible), use the JBoss
Modules modular ClassLoading Environment to create a new server instance, and handle lifecycle of the Application Server in
the currently-running environment.| Constructor and Description |
|---|
EmbeddedDeployableContainer() |
| Modifier and Type | Method and Description |
|---|---|
Class<EmbeddedContainerConfiguration> |
getConfigurationClass() |
void |
setup(EmbeddedContainerConfiguration config) |
protected void |
startInternal() |
protected void |
stopInternal(Integer timeout) |
deploy, deploy, getContainerConfiguration, getContainerDescription, getDefaultProtocol, getManagementClient, getModelControllerClient, isOperationAttributeSupported, isOperationAttributeSupported, start, stop, stop, undeploy, undeploypublic void setup(EmbeddedContainerConfiguration config)
setup in interface org.jboss.arquillian.container.spi.client.container.DeployableContainer<EmbeddedContainerConfiguration>setup in class CommonDeployableContainer<EmbeddedContainerConfiguration>public Class<EmbeddedContainerConfiguration> getConfigurationClass()
protected void startInternal()
throws org.jboss.arquillian.container.spi.client.container.LifecycleException
startInternal in class CommonDeployableContainer<EmbeddedContainerConfiguration>org.jboss.arquillian.container.spi.client.container.LifecycleExceptionprotected void stopInternal(Integer timeout) throws org.jboss.arquillian.container.spi.client.container.LifecycleException
stopInternal in class CommonDeployableContainer<EmbeddedContainerConfiguration>org.jboss.arquillian.container.spi.client.container.LifecycleExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.