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

Deployer - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.test.framework.deployment
Class Deployer

java.lang.Object
  extended byorg.jboss.portal.test.framework.deployment.Deployer

public class Deployer
extends java.lang.Object


Constructor Summary
Deployer()
           
 
Method Summary
 void create()
           
 void deploy(java.lang.String url, java.util.Collection nodes)
           
 void deploy(java.lang.String url, Node node)
           
 void deploy(java.net.URL url, java.util.Collection nodes)
           
 void deploy(java.net.URL url, Node node)
           
 void destroy()
           
 void start()
           
 void stop()
           
 void undeploy(java.lang.String url)
           
 void undeploy(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Deployer

public Deployer()
Method Detail

create

public void create()

start

public void start()

stop

public void stop()

destroy

public void destroy()

deploy

public void deploy(java.lang.String url,
                   Node node)
            throws java.lang.Exception
Throws:
java.lang.Exception

deploy

public void deploy(java.net.URL url,
                   Node node)
            throws java.lang.Exception
Throws:
java.lang.Exception

deploy

public void deploy(java.net.URL url,
                   java.util.Collection nodes)
            throws java.lang.Exception
Throws:
java.lang.Exception

undeploy

public void undeploy(java.net.URL url)

deploy

public void deploy(java.lang.String url,
                   java.util.Collection nodes)
            throws java.lang.Exception
Throws:
java.lang.Exception

undeploy

public void undeploy(java.lang.String url)
              throws java.lang.Exception
Throws:
java.lang.Exception