org.jboss.arquillian.jbossas.remote60
Class JBossASRemoteContainer
java.lang.Object
org.jboss.arquillian.jbossas.remote60.JBossASRemoteContainer
- All Implemented Interfaces:
- DeployableContainer
public class JBossASRemoteContainer
- extends Object
- implements DeployableContainer
JbossRemoteContainer
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossASRemoteContainer
public JBossASRemoteContainer()
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.