Class ContainerDeployController
java.lang.Object
org.jboss.arquillian.container.impl.client.container.ContainerDeployController
Controller for handling all Deployment related operations.
Fires DeployDeployment events for each deployment that should be deployed during startup. This so the Cores exception handling will be triggered if Deployment fails inside the context of the deployment and container. This lets extensions listen for Exceptions types and handle them inside the same context.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeployDeployment event) voidDeploy all deployments marked as managed = true.voidundeploy(UnDeployDeployment event) voidUndeploy all deployments marked as managed, and all manually deployed.
-
Constructor Details
-
ContainerDeployController
public ContainerDeployController()
-
-
Method Details