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

java.lang.Object
  extended by DeploymentInfo
      extended by org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo

public class PortalDeploymentInfo
extends DeploymentInfo

Extends the JBoss AS deployment info to have more contextual information.

Version:
$Revision: 5682 $
Author:
Julien Viet

Field Summary
 PortalWebApp pwa
          The optional web application containing that deployment info.
 
Constructor Summary
PortalDeploymentInfo(java.net.URL url, DeploymentInfo parent, javax.management.MBeanServer server)
           
PortalDeploymentInfo(java.net.URL url, DeploymentInfo parent, PortalWebApp pwa, javax.management.MBeanServer server)
           
PortalDeploymentInfo(java.net.URL url, javax.management.MBeanServer server)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pwa

public final PortalWebApp pwa
The optional web application containing that deployment info.

Constructor Detail

PortalDeploymentInfo

public PortalDeploymentInfo(java.net.URL url,
                            javax.management.MBeanServer server)
                     throws DeploymentException
Throws:
DeploymentException

PortalDeploymentInfo

public PortalDeploymentInfo(java.net.URL url,
                            DeploymentInfo parent,
                            javax.management.MBeanServer server)
                     throws DeploymentException
Throws:
DeploymentException

PortalDeploymentInfo

public PortalDeploymentInfo(java.net.URL url,
                            DeploymentInfo parent,
                            PortalWebApp pwa,
                            javax.management.MBeanServer server)
                     throws DeploymentException
Throws:
DeploymentException