|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.test.framework.deployment.Deployment
A deployment in the portlet container.
Field Summary | |
private boolean |
deployed
. |
private static org.apache.log4j.Logger |
log
|
private java.util.Collection |
nodes
The nodes we must deploy to. |
private java.net.URL |
url
The local url of the deployment to make. |
Constructor Summary | |
Deployment(java.util.Collection nodes,
java.net.URL url)
|
Method Summary | |
(package private) void |
deploy(TestAgentFactory testAgentFactory)
Deploy a portlet application. |
(package private) void |
undeploy(TestAgentFactory testAgentFactory)
Undeploy a portlet application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.log4j.Logger log
private final java.util.Collection nodes
private java.net.URL url
private boolean deployed
Constructor Detail |
public Deployment(java.util.Collection nodes, java.net.URL url)
Method Detail |
void deploy(TestAgentFactory testAgentFactory) throws org.jboss.deployment.DeploymentException, java.lang.IllegalArgumentException, java.lang.IllegalStateException, java.io.IOException
org.jboss.deployment.DeploymentException
- if the deployment process failed
java.lang.IllegalStateException
- if the session if closed
java.lang.IllegalArgumentException
- if the application name does not give a valid deployment
java.io.IOException
void undeploy(TestAgentFactory testAgentFactory)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |