org.jboss.arquillian.spi
Interface DeployableContainer


public interface DeployableContainer

DeployableContainer

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 ContainerMethodExecutor deploy(Context context, org.jboss.shrinkwrap.api.Archive<?> archive)
           
 void setup(Context context, Configuration configuration)
           
 void start(Context context)
           
 void stop(Context context)
           
 void undeploy(Context context, org.jboss.shrinkwrap.api.Archive<?> archive)
           
 

Method Detail

setup

void setup(Context context,
           Configuration configuration)

start

void start(Context context)
           throws LifecycleException
Throws:
LifecycleException

deploy

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

undeploy

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

stop

void stop(Context context)
          throws LifecycleException
Throws:
LifecycleException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.