Class EmbeddedDeployableContainer

  • All Implemented Interfaces:
    org.jboss.arquillian.container.spi.client.container.DeployableContainer<EmbeddedContainerConfiguration>

    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.
    Author:
    Andrew Lee Rubinger, Michal Matloka, Thomas.Diesler@jboss.com