|
|||||||||
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
org.jboss.portal.core.deployment.jboss.ObjectDeployment
public class ObjectDeployment
Field Summary | |
---|---|
protected ObjectDeploymentFactory |
factory
The factory that created this deployment. |
protected boolean |
isTrace
. |
static int |
KEEP_IF_EXISTS
. |
protected static Logger |
log
The logger. |
static int |
OVERWRITE_IF_EXISTS
. |
protected TransactionManager |
tm
. |
protected java.util.ArrayList |
units
What we have deployed. |
Fields inherited from class org.jboss.portal.server.deployment.jboss.Deployment |
---|
mbeanServer, pwa, url |
Constructor Summary | |
---|---|
ObjectDeployment(java.net.URL url,
javax.management.MBeanServer mbeanServer,
TransactionManager tm,
PortalWebApp pwa,
ObjectDeploymentFactory factory)
|
Method Summary | |
---|---|
protected void |
doStart()
|
ObjectDeploymentFactory |
getFactory()
Return factory |
void |
start()
|
void |
stop()
|
Methods inherited from class org.jboss.portal.server.deployment.jboss.Deployment |
---|
create, destroy, findRepositoryClassLoader, findWEBINFURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OVERWRITE_IF_EXISTS
public static final int KEEP_IF_EXISTS
protected static final Logger log
protected boolean isTrace
protected TransactionManager tm
protected ObjectDeploymentFactory factory
protected java.util.ArrayList units
Constructor Detail |
---|
public ObjectDeployment(java.net.URL url, javax.management.MBeanServer mbeanServer, TransactionManager tm, PortalWebApp pwa, ObjectDeploymentFactory factory)
Method Detail |
---|
public void start() throws DeploymentException
start
in class Deployment
DeploymentException
protected void doStart() throws java.lang.Exception
java.lang.Exception
public void stop() throws DeploymentException
stop
in class Deployment
DeploymentException
public ObjectDeploymentFactory getFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |