org.jboss.portal.test.framework.deployment
Interface MainDeployerFacadeMBean

All Known Implementing Classes:
MainDeployerFacade

public interface MainDeployerFacadeMBean


Method Summary
 void deploy(java.net.URL url)
           
 org.jboss.deployment.MainDeployerMBean getMainDeployer()
           
 void setMainDeployer(org.jboss.deployment.MainDeployerMBean mainDeployer)
           
 void undeploy(java.net.URL url)
           
 

Method Detail

getMainDeployer

public org.jboss.deployment.MainDeployerMBean getMainDeployer()

setMainDeployer

public void setMainDeployer(org.jboss.deployment.MainDeployerMBean mainDeployer)

deploy

public void deploy(java.net.URL url)
            throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

undeploy

public void undeploy(java.net.URL url)
              throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException