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

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.SimpleRaidb1Template
                  extended byorg.objectweb.cjdbc.scenario.templates.MultipleBackendsRaidb1Template
                      extended byorg.objectweb.cjdbc.scenario.raidb1.recovery.MultipleRecoveryScenario

public class MultipleRecoveryScenario
extends MultipleBackendsRaidb1Template

This class defines a MultipleRecoveryScenario

Version:
1.0
Author:
Nicolas Modrzyk
See Also:
Serialized Form

Field Summary
(package private) static int BACKENDS_TOTAL
           
private static java.lang.String BACKUP_LOGIN
           
private static java.lang.String BACKUP_PASSWORD
           
private static java.lang.String BACKUP_PATH
           
private static java.lang.String BACKUPER
           
(package private)  int failures
           
(package private)  Trace logger
           
(package private)  int success
           
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.MultipleBackendsRaidb1Template
hm10, hm3, hm4, hm5, hm6, hm7, hm8, hm9
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.SimpleRaidb1Template
cm, controller, controllerProcess, hm, hm1, hm2, mainVdb
 
Fields inherited from class org.objectweb.cjdbc.scenario.templates.NoTemplate
TEXT_DIR
 
Constructor Summary
MultipleRecoveryScenario()
           
 
Method Summary
 void testMultipleBackup()
          Test if we can start multiple octopus threads
 
Methods inherited from class org.objectweb.cjdbc.scenario.templates.MultipleBackendsRaidb1Template
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
 

Field Detail

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

success

int success

failures

int failures

BACKENDS_TOTAL

static final int BACKENDS_TOTAL
See Also:
Constant Field Values

logger

Trace logger
Constructor Detail

MultipleRecoveryScenario

public MultipleRecoveryScenario()
Method Detail

testMultipleBackup

public void testMultipleBackup()
                        throws java.lang.Exception
Test if we can start multiple octopus threads

Throws:
java.lang.Exception - if fails


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.