org.objectweb.cjdbc.scenario.raidb1.recovery
Class HotRecoveryScenario
java.lang.Object
TestCase
org.objectweb.cjdbc.scenario.templates.NoTemplate
org.objectweb.cjdbc.scenario.templates.Template
org.objectweb.cjdbc.scenario.templates.Raidb1RecoveryTemplate
org.objectweb.cjdbc.scenario.templates.Raidb1RecoveryWithRequestSenderTemplate
org.objectweb.cjdbc.scenario.raidb1.recovery.HotRecoveryScenario
- public class HotRecoveryScenario
- extends Raidb1RecoveryWithRequestSenderTemplate
This class defines a HotRecoveryScenario
- Version:
- 1.0
- Author:
- Nicolas Modrzyk
- See Also:
- Serialized Form
Method Summary |
void |
testHotDisableEnableWithCheckpoint()
A thread is sending requests in the background and we perform recovery on
spare backends. |
void |
testHotRecovery()
A thread is sending requests in the background and we perform recovery on
spare backends. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKUP_LOGIN
private static final java.lang.String BACKUP_LOGIN
- See Also:
- Constant Field Values
BACKUP_PASSWORD
private static final java.lang.String BACKUP_PASSWORD
- See Also:
- Constant Field Values
BACKUPER
private static final java.lang.String BACKUPER
- See Also:
- Constant Field Values
BACKUP_PATH
private static final java.lang.String BACKUP_PATH
- See Also:
- Constant Field Values
HotRecoveryScenario
public HotRecoveryScenario()
testHotDisableEnableWithCheckpoint
public void testHotDisableEnableWithCheckpoint()
throws java.lang.Exception
- A thread is sending requests in the background and we perform recovery on
spare backends. Also we want to add a backend
- Throws:
java.lang.Exception
- if fails
testHotRecovery
public void testHotRecovery()
throws java.lang.Exception
- A thread is sending requests in the background and we perform recovery on
spare backends. Also we want to add a backend
- Throws:
java.lang.Exception
- if fails
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.