org.jboss.arquillian.jbossas.remote60
Class JBossASRemoteContainer

java.lang.Object
  extended by org.jboss.arquillian.jbossas.remote60.JBossASRemoteContainer
All Implemented Interfaces:
DeployableContainer

public class JBossASRemoteContainer
extends Object
implements DeployableContainer

JbossRemoteContainer

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
JBossASRemoteContainer()
           
 
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

JBossASRemoteContainer

public JBossASRemoteContainer()
Method Detail

setup

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

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

deploy

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

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.