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

PortalDeploymentInfo.DeploymentContext - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.server.deployment.jboss
Class PortalDeploymentInfo.DeploymentContext

java.lang.Object
  extended byorg.jboss.portal.server.deployment.jboss.PortalDeploymentInfo.DeploymentContext
Enclosing class:
PortalDeploymentInfo

public class PortalDeploymentInfo.DeploymentContext
extends java.lang.Object


Constructor Summary
PortalDeploymentInfo.DeploymentContext(DeploymentFactory factory, java.net.URL url)
           
 
Method Summary
 void create()
           
 void destroy()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDeploymentInfo.DeploymentContext

public PortalDeploymentInfo.DeploymentContext(DeploymentFactory factory,
                                              java.net.URL url)
Method Detail

create

public void create()
            throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

start

public void start()
           throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

stop

public void stop()
          throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

destroy

public void destroy()
             throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException