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() |
deploy, deploy, getContainerConfiguration, getDefaultProtocol, getManagementClient, getModelControllerClient, start, stop, undeploy, undeploy
public 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.LifecycleException
protected void stopInternal() throws org.jboss.arquillian.container.spi.client.container.LifecycleException
stopInternal
in class CommonDeployableContainer<EmbeddedContainerConfiguration>
org.jboss.arquillian.container.spi.client.container.LifecycleException
Copyright © 2017 JBoss by Red Hat. All rights reserved.