org.objectweb.cjdbc.scenario.raidb2
Class Raidb2BasicFailoverScenario
java.lang.Object
TestCase
org.objectweb.cjdbc.scenario.templates.NoTemplate
org.objectweb.cjdbc.scenario.templates.Template
org.objectweb.cjdbc.scenario.templates.SimpleRaidb2Template
org.objectweb.cjdbc.scenario.raidb2.Raidb2BasicFailoverScenario
- public class Raidb2BasicFailoverScenario
- extends SimpleRaidb2Template
This class defines a Raidb1BasicFailoverScenario
- Version:
- 1.0
- Author:
- Nicolas Modrzyk
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Raidb2BasicFailoverScenario
public Raidb2BasicFailoverScenario()
testFailOverWithVariablePool
public void testFailOverWithVariablePool()
throws java.lang.Exception
- Test CJDBC failover in raidb1 with variable pool
- Throws:
java.lang.Exception
- if fails
testFailOverWithRandomWaitPool
public void testFailOverWithRandomWaitPool()
throws java.lang.Exception
- Test CJDBC failover in raidb1 with randomwait pool
- Throws:
java.lang.Exception
- if fails
testFailOverWithFailFastPool
public void testFailOverWithFailFastPool()
throws java.lang.Exception
- Test CJDBC failover in raidb1 with fail fast pool
- Throws:
java.lang.Exception
- if fails
testFailOverWithNoPool
public void testFailOverWithNoPool()
throws java.lang.Exception
- Test CJDBC failover in raidb1 with simple connection manager
- Throws:
java.lang.Exception
- if fails
execute
private void execute()
throws java.lang.Exception
- Execute the test for failover once the database is loaded
- Throws:
java.lang.Exception
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.