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

java.lang.Object
  extended by org.jboss.portal.server.deployment.jboss.DeploymentContext

public class DeploymentContext
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
DeploymentContext(DeploymentFactoryContext factoryCtx, PortalWebApp pwa, java.net.URL url, javax.management.MBeanServer server)
           
 
Method Summary
 void create()
           
 void destroy()
           
 DeploymentFactoryContext getFactoryContext()
           
 java.net.URL getURL()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentContext

public DeploymentContext(DeploymentFactoryContext factoryCtx,
                         PortalWebApp pwa,
                         java.net.URL url,
                         javax.management.MBeanServer server)
Method Detail

getURL

public java.net.URL getURL()

getFactoryContext

public DeploymentFactoryContext getFactoryContext()

create

public void create()
            throws DeploymentException
Throws:
DeploymentException

start

public void start()
           throws DeploymentException
Throws:
DeploymentException

stop

public void stop()
          throws DeploymentException
Throws:
DeploymentException

destroy

public void destroy()
             throws DeploymentException
Throws:
DeploymentException