org.jboss.arquillian.container.reloaded
Class ReloadedContainer
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReloadedContainer
public ReloadedContainer()
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.