org.jboss.portal.server.deployment.jboss
Class PortalDeploymentInfo
java.lang.Object
DeploymentInfo
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pwa
public final PortalWebApp pwa
- The optional web application containing that deployment info.
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