JBoss AS7 Deployment Plugin 7.9.Final

org.jboss.as.plugin.deployment
Interface Deployment

All Known Implementing Classes:
DomainDeployment, StandaloneDeployment

public interface Deployment

Author:
James R. Perkins

Nested Class Summary
static class Deployment.Status
           
static class Deployment.Type
           
 
Method Summary
 Deployment.Status execute()
          Executes the deployment
 Deployment.Type getType()
          The type of the deployment.
 

Method Detail

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.

JBoss AS7 Deployment Plugin 7.9.Final

Copyright © 2016 JBoss by Red Hat. All Rights Reserved.