当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
Deployer - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.test.framework.deployment
Class Deployer
java.lang.Object
org.jboss.portal.test.framework.deployment.Deployer
- public class Deployer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Deployer
public Deployer()
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