|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.test.framework.deployment.Deployer
Client side view of deployment.
Field Summary | |
private java.util.Map |
deployments
. |
private TestAgentFactory |
testAgentFactory
. |
Constructor Summary | |
Deployer()
|
Method Summary | |
void |
create()
|
void |
deploy(java.lang.String url,
java.util.Collection nodes)
|
void |
deploy(java.lang.String url,
Node node)
|
void |
deploy(java.net.URL url,
java.util.Collection nodes)
|
void |
deploy(java.net.URL url,
Node node)
|
void |
destroy()
|
private java.net.URL |
getArchiveURL(java.lang.String archive)
Try to discover the URL for the deployment archive based on the archive name and "standard" archive locations (relative to the where the test is executed): . output/libs/ test/outputs/libs/ output/lib/ test/output/lib/ ../output/lib/ ../test/output/lib/ |
TestAgentFactory |
getTestAgentFactory()
|
void |
setTestAgentFactory(TestAgentFactory testAgentFactory)
|
void |
start()
|
void |
stop()
|
void |
undeploy(java.lang.String url)
|
void |
undeploy(java.net.URL url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Map deployments
private TestAgentFactory testAgentFactory
Constructor Detail |
public Deployer()
Method Detail |
public TestAgentFactory getTestAgentFactory()
public void setTestAgentFactory(TestAgentFactory testAgentFactory)
public void create()
public void start()
public void stop()
public void destroy()
public void deploy(java.lang.String url, Node node) throws java.lang.Exception
java.lang.Exception
public void deploy(java.net.URL url, Node node) throws java.lang.Exception
java.lang.Exception
public void deploy(java.net.URL url, java.util.Collection nodes) throws java.lang.Exception
java.lang.Exception
public void undeploy(java.net.URL url)
public void deploy(java.lang.String url, java.util.Collection nodes) throws java.lang.Exception
java.lang.Exception
public void undeploy(java.lang.String url) throws java.lang.Exception
java.lang.Exception
private java.net.URL getArchiveURL(java.lang.String archive)
archive
- the name of the archive to deploy
java.lang.IllegalArgumentException
- if no archive with the given name can be found to be deployed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |