org.jboss.arquillian.container.reloaded
Class ReloadedContainer

java.lang.Object
  extended by org.jboss.arquillian.container.reloaded.ReloadedContainer
All Implemented Interfaces:
DeployableContainer

public class ReloadedContainer
extends Object
implements DeployableContainer

DeployableContainer implementation to integrate the lifecycle and deployment of MCServer with Arquillian.

Version:
$Revision: $
Author:
ALR

Constructor Summary
ReloadedContainer()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadedContainer

public ReloadedContainer()
Method Detail

setup

public void setup(Context context,
                  Configuration configuration)
Specified by:
setup in interface DeployableContainer

deploy

public ContainerMethodExecutor deploy(Context context,
                                      org.jboss.shrinkwrap.api.Archive<?> archive)
                               throws DeploymentException
Specified by:
deploy in interface DeployableContainer
Throws:
DeploymentException

start

public void start(Context context)
           throws LifecycleException
Specified by:
start in interface DeployableContainer
Throws:
LifecycleException

stop

public void stop(Context context)
          throws LifecycleException
Specified by:
stop in interface DeployableContainer
Throws:
LifecycleException

undeploy

public void undeploy(Context context,
                     org.jboss.shrinkwrap.api.Archive<?> archive)
              throws DeploymentException
Specified by:
undeploy in interface DeployableContainer
Throws:
DeploymentException


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