org.jboss.arquillian.spi
Interface DeployableContainer


public interface DeployableContainer

DeployableContainer


Method Summary
 ContainerMethodExecutor deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
           
 void start()
           
 void stop()
           
 void undeploy(org.jboss.shrinkwrap.api.Archive<?> archive)
           
 

Method Detail

start

void start()
           throws LifecycleException
Throws:
LifecycleException

stop

void stop()
          throws LifecycleException
Throws:
LifecycleException

deploy

ContainerMethodExecutor deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
                               throws DeploymentException
Throws:
DeploymentException

undeploy

void undeploy(org.jboss.shrinkwrap.api.Archive<?> archive)
              throws DeploymentException
Throws:
DeploymentException