org.ow2.jonas.configuration
Interface DeploymentPlanDeployer

All Known Implementing Classes:
JOnASDeploymentPlanDeployer

public interface DeploymentPlanDeployer

Allows to deploy or undeploy all bundles for a particular deployment plan.

Author:
Francois Fornaciari

Method Summary
 void deploy(String name)
          Try to deploy all bundles for a given deployment plan.
 void undeploy(String name)
          Try to undeploy all bundles for a given deployment plan.
 

Method Detail

deploy

void deploy(String name)
            throws org.ow2.util.ee.deploy.api.deployer.DeployerException
Try to deploy all bundles for a given deployment plan.

Parameters:
name - The deployment plan abstract name
Throws:
org.ow2.util.ee.deploy.api.deployer.DeployerException - If the deployment of the deployment plan fails

undeploy

void undeploy(String name)
              throws org.ow2.util.ee.deploy.api.deployer.DeployerException
Try to undeploy all bundles for a given deployment plan.

Parameters:
name - The deployment plan abstract name
Throws:
org.ow2.util.ee.deploy.api.deployer.DeployerException - If the undeployment of the deployment plan fails


Copyright © 2010 OW2 Consortium. All Rights Reserved.