|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.server.deployment.jboss.Deployment
Field Summary | |
protected org.jboss.logging.Logger |
log
The logger. |
protected javax.management.MBeanServer |
mbeanServer
The JMX server. |
protected PortalWebApp |
pwa
The web app abstraction. |
protected java.net.URL |
url
The deployment URL. |
Constructor Summary | |
Deployment(java.net.URL url,
javax.management.MBeanServer mbeanServer)
Create a deployment that is not nested within a web application archive. |
|
Deployment(java.net.URL url,
PortalWebApp pwa,
javax.management.MBeanServer mbeanServer)
Create a deployment nested within a web application archive |
Method Summary | |
void |
create()
|
void |
destroy()
|
static org.jboss.mx.loading.RepositoryClassLoader |
findRepositoryClassLoader(java.lang.ClassLoader loader)
Find the repository classloader reltated to the argument classloader. |
static java.net.URL |
findWEBINFURL(java.net.URL warURL)
Find the URL of the WEB-INF directory in the war file. |
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected final org.jboss.logging.Logger log
protected final java.net.URL url
protected final PortalWebApp pwa
protected final javax.management.MBeanServer mbeanServer
Constructor Detail |
public Deployment(java.net.URL url, javax.management.MBeanServer mbeanServer)
url
- the deployment URLmbeanServer
- the JMX mbean serverpublic Deployment(java.net.URL url, PortalWebApp pwa, javax.management.MBeanServer mbeanServer)
url
- the deployment URLpwa
- the web applicationmbeanServer
- the JMX mbean serverMethod Detail |
public void create() throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public void start() throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public void stop() throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public void destroy() throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public static java.net.URL findWEBINFURL(java.net.URL warURL) throws org.jboss.deployment.DeploymentException
org.jboss.deployment.DeploymentException
public static org.jboss.mx.loading.RepositoryClassLoader findRepositoryClassLoader(java.lang.ClassLoader loader) 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 |