站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

MainDeployerFacadeMBean - JBOSS Portal 2.4 API 英文版文档


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