org.jboss.test
Class JBossTestClusteredSetup

java.lang.Object
  extended byTestSetup
      extended byorg.jboss.test.JBossTestSetup (src) 
          extended byorg.jboss.test.JBossTestClusteredSetup

public class JBossTestClusteredSetup
extends JBossTestSetup (src)

Derived implementation of JBossTestSetup for cluster testing.

See Also:
JBossTestSetup (src) , Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestSetup (src)
delegate
 
Constructor Summary
JBossTestClusteredSetup(Test test)
           
 
Method Summary
protected  JBossTestServices (src) createTestServices()
           
 
Methods inherited from class org.jboss.test.JBossTestSetup (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, invoke, redeploy, restartDBPool, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossTestClusteredSetup

public JBossTestClusteredSetup(Test test)
                        throws java.lang.Exception
Method Detail

createTestServices

protected JBossTestServices (src)  createTestServices()
Overrides:
createTestServices in class JBossTestSetup (src)