org.jboss.as.plugin.deployment
Interface Deployment
- All Known Implementing Classes:
- DomainDeployment, StandaloneDeployment
public interface Deployment
- Author:
- James R. Perkins
execute
Deployment.Status execute()
throws DeploymentExecutionException,
DeploymentFailureException
- Executes the deployment
- Returns:
- the status of the execution.
- Throws:
DeploymentExecutionException
- if the deployment fails
DeploymentFailureException
- if a failure occurs.
getType
Deployment.Type getType()
- The type of the deployment.
- Returns:
- the type of the deployment.
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.