public class JBossDeployer extends Object implements IJBossProfileManagerDeployer
| Constructor and Description |
|---|
JBossDeployer(Configuration configuration) |
public JBossDeployer(Configuration configuration)
configuration - Configuration of the container.public void deploy(File deploymentFile, String deploymentName) throws Exception
deploy in interface IJBossProfileManagerDeployerdeploymentFile - File to deploy from local.deploymentName - Name of the deployment on the remote server.Exception - If anything bad occurs.IJBossProfileManagerDeployer.deploy(File, String)public void undeploy(String deploymentName) throws Exception
undeploy in interface IJBossProfileManagerDeployerdeploymentName - Name of the deployment on the remote server.Exception - If anything bad occurs.IJBossProfileManagerDeployer.undeploy(String)Copyright © 2004-2013 Codehaus. All Rights Reserved.