| java.lang.Object org.jboss.test.JBossTestServices org.jboss.test.JBossTestClusteredServices
JBossTestClusteredServices | public JBossTestClusteredServices(String className)(Code) | | |
deploy | public void deploy(RMIAdaptor server, String name) throws Exception(Code) | | Deploy a package on the given server with the main deployer. The supplied
name is interpreted as a url, or as a filename in jbosstest.deploy.lib or
../lib.
Parameters: server - server on which the package should be deployed Parameters: name - filename/url of package to deploy. exception: Exception - Description of Exception |
getServerCount | int getServerCount()(Code) | | |
setServerNames | public void setServerNames(String[] snames)(Code) | | This method gives overriding testcases to set the cluster servernames
|
undeploy | public void undeploy(RMIAdaptor server, String name) throws Exception(Code) | | Undeploy a package from the given server with the main deployer.
The supplied name is interpreted as a url, or as a filename in
jbosstest.deploy.lib or ../lib.
Parameters: server - server on which the package should be deployed Parameters: name - filename/url of package to undeploy. exception: Exception - Description of Exception |
|
|