|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.deployment.DeploymentInfo
org.jboss.portal.server.deployment.jboss.PortalDeploymentInfo
public class PortalDeploymentInfo
Extends the JBoss AS deployment info to have more contextual information.
Field Summary | |
---|---|
PortalWebApp |
pwa
The optional web application containing that deployment info. |
Fields inherited from class org.jboss.deployment.DeploymentInfo |
---|
alternativeDD, annotationsCl, classpath, context, date, deployedObject, deployer, document, documentUrl, isDirectory, isScript, isXML, lastDeployed, lastModified, localCl, localUrl, manifest, mbeans, metaData, parent, repositoryConfig, shortName, state, status, subDeployments, ucl, url, watch, webContext |
Constructor Summary | |
---|---|
PortalDeploymentInfo(java.net.URL url,
org.jboss.deployment.DeploymentInfo parent,
javax.management.MBeanServer server)
|
|
PortalDeploymentInfo(java.net.URL url,
org.jboss.deployment.DeploymentInfo parent,
PortalWebApp pwa,
javax.management.MBeanServer server)
|
|
PortalDeploymentInfo(java.net.URL url,
javax.management.MBeanServer server)
|
|
PortalDeploymentInfo(java.net.URL url,
PortalDeploymentInfo parent,
javax.management.MBeanServer server)
|
Method Summary |
---|
Methods inherited from class org.jboss.deployment.DeploymentInfo |
---|
addLibraryJar, cleanup, createClassLoaders, equals, getCanonicalName, getManifest, getServer, getTopRepositoryConfig, hashCode, setRepositoryInfo, setServer, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final PortalWebApp pwa
Constructor Detail |
---|
public PortalDeploymentInfo(java.net.URL url, javax.management.MBeanServer server) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public PortalDeploymentInfo(java.net.URL url, org.jboss.deployment.DeploymentInfo parent, javax.management.MBeanServer server) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public PortalDeploymentInfo(java.net.URL url, org.jboss.deployment.DeploymentInfo parent, PortalWebApp pwa, javax.management.MBeanServer server) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public PortalDeploymentInfo(java.net.URL url, PortalDeploymentInfo parent, javax.management.MBeanServer server) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |