|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.deployment.jboss.Deployment
public class Deployment
Field Summary | |
---|---|
protected Logger |
log
The logger. |
protected javax.management.MBeanServer |
mbeanServer
The JMX server. |
protected PortalWebApp |
pwa
The optional 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 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 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 DeploymentException
DeploymentException
public void start() throws DeploymentException
DeploymentException
public void stop() throws DeploymentException
DeploymentException
public void destroy() throws DeploymentException
DeploymentException
public static java.net.URL findWEBINFURL(java.net.URL warURL) throws DeploymentException
DeploymentException
public static RepositoryClassLoader findRepositoryClassLoader(java.lang.ClassLoader loader) throws DeploymentException
DeploymentException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |