Package org.codehaus.cargo.tools.jboss
Class JBossDeployer
- java.lang.Object
- 
- org.codehaus.cargo.tools.jboss.JBossDeployer
 
- 
- All Implemented Interfaces:
- IJBossProfileManagerDeployer
 
 public class JBossDeployer extends Object implements IJBossProfileManagerDeployer JBoss deployer implementation.
- 
- 
Constructor SummaryConstructors Constructor Description JBossDeployer(Configuration configuration)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeploy(File deploymentFile, String deploymentName)Deploys an application.voidundeploy(String deploymentName)Undeploys an application.
 
- 
- 
- 
Constructor Detail- 
JBossDeployerpublic JBossDeployer(Configuration configuration) - Parameters:
- configuration- Configuration of the container.
 
 
- 
 - 
Method Detail- 
deploypublic void deploy(File deploymentFile, String deploymentName) throws Exception Deploys an application.- Specified by:
- deployin interface- IJBossProfileManagerDeployer
- Parameters:
- deploymentFile- File to deploy from local.
- deploymentName- Name of the deployment on the remote server.
- Throws:
- Exception- If anything bad occurs.
 
 - 
undeploypublic void undeploy(String deploymentName) throws Exception Undeploys an application.- Specified by:
- undeployin interface- IJBossProfileManagerDeployer
- Parameters:
- deploymentName- Name of the deployment on the remote server.
- Throws:
- Exception- If anything bad occurs.
 
 
- 
 
-