public class ContainerDeployController extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ContainerDeployController.Operation<T,X> |
Constructor and Description |
---|
ContainerDeployController() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(DeployDeployment event) |
void |
deployManaged(DeployManagedDeployments event)
Deploy all deployments marked as managed = true.
|
void |
undeploy(UnDeployDeployment event) |
void |
undeployManaged(UnDeployManagedDeployments event)
Undeploy all deployments marked as managed, and all manually deployed.
|
public void deployManaged(@Observes DeployManagedDeployments event) throws Exception
event
- Exception
public void undeployManaged(@Observes UnDeployManagedDeployments event) throws Exception
event
- Exception
public void deploy(@Observes DeployDeployment event) throws Exception
Exception
public void undeploy(@Observes UnDeployDeployment event) throws Exception
Exception
Copyright © 2016 JBoss by Red Hat. All rights reserved.