org.openorb.ots.Impl
Class RecoveryManager

java.lang.Object
  extended by org.openorb.ots.Impl.RecoveryManager

public class RecoveryManager
extends java.lang.Object

The recovery manager is run when a failure occured after the user select the -recover option from the command line.

Author:
Jerome Daniel

Constructor Summary
RecoveryManager(org.omg.CORBA.ORB orb, org.apache.avalon.framework.logger.Logger logger)
          Constructor
 
Method Summary
 void recover_transactions()
          This operation is used to recover uncompleted transactions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoveryManager

public RecoveryManager(org.omg.CORBA.ORB orb,
                       org.apache.avalon.framework.logger.Logger logger)
Constructor

Method Detail

recover_transactions

public void recover_transactions()
This operation is used to recover uncompleted transactions.