org.objectweb.cjdbc.scenario.raidb1.recovery
Class HotRecoveryScenario

java.lang.Object
  extended byTestCase
      extended byorg.objectweb.cjdbc.scenario.templates.NoTemplate
          extended byorg.objectweb.cjdbc.scenario.templates.Template
              extended byorg.objectweb.cjdbc.scenario.templates.Raidb1RecoveryTemplate
                  extended byorg.objectweb.cjdbc.scenario.templates.Raidb1RecoveryWithRequestSenderTemplate
                      extended byorg.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

Field Summary
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.Raidb1RecoveryWithRequestSenderTemplate
sender, t
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.Raidb1RecoveryTemplate
cm, controller, hm, hm1, hm2, hm3, mainVdb
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
logger, TEXT_DIR
 
Constructor Summary
HotRecoveryScenario()
           
 
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 org.objectweb.cjdbc.scenario.templates.Raidb1RecoveryWithRequestSenderTemplate
setUp, tearDown
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.Template
getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getCJDBCConnection, getHypersonicConnection
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
getTextPath, getUserDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotRecoveryScenario

public HotRecoveryScenario()
Method Detail

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.