recovery
Class VishnuRecoveryStrategy

java.lang.Object
  extended by recovery.VishnuRecoveryStrategy
All Implemented Interfaces:
RecoveryStrategy

public class VishnuRecoveryStrategy
extends java.lang.Object
implements RecoveryStrategy

 

Constructor Summary
VishnuRecoveryStrategy(UndoRecoveryStrategy u, RedoRecoveryStrategy r)
           
 
Method Summary
 void perform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VishnuRecoveryStrategy

public VishnuRecoveryStrategy(UndoRecoveryStrategy u,
                              RedoRecoveryStrategy r)
Method Detail

perform

public void perform()
Specified by:
perform in interface RecoveryStrategy