|
|||||||||
| 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 org.jboss.logging.Logger |
log
The logger. |
static int |
OVERWRITE_IF_EXISTS
. |
protected javax.transaction.TransactionManager |
tm
. |
protected java.util.ArrayList<org.jboss.portal.core.deployment.jboss.ObjectDeployment.Unit> |
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,
javax.transaction.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 org.jboss.logging.Logger log
protected boolean isTrace
protected javax.transaction.TransactionManager tm
protected ObjectDeploymentFactory factory
protected java.util.ArrayList<org.jboss.portal.core.deployment.jboss.ObjectDeployment.Unit> units
| Constructor Detail |
|---|
public ObjectDeployment(java.net.URL url,
javax.management.MBeanServer mbeanServer,
javax.transaction.TransactionManager tm,
PortalWebApp pwa,
ObjectDeploymentFactory factory)
| Method Detail |
|---|
public void start()
throws org.jboss.deployment.DeploymentException
start in class Deploymentorg.jboss.deployment.DeploymentException
protected void doStart()
throws java.lang.Exception
java.lang.Exception
public void stop()
throws org.jboss.deployment.DeploymentException
stop in class Deploymentorg.jboss.deployment.DeploymentExceptionpublic ObjectDeploymentFactory getFactory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||