bitronix.tm.recovery
Class IncrementalRecoverer

java.lang.Object
  extended by bitronix.tm.recovery.IncrementalRecoverer

public class IncrementalRecoverer
extends Object

Incremental resource recoverer.

Author:
lorban

Constructor Summary
IncrementalRecoverer()
           
 
Method Summary
static void recover(XAResourceProducer xaResourceProducer)
          Run incremental recovery on the specified resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncrementalRecoverer

public IncrementalRecoverer()
Method Detail

recover

public static void recover(XAResourceProducer xaResourceProducer)
                    throws RecoveryException
Run incremental recovery on the specified resource.

Parameters:
xaResourceProducer - the resource to recover.
Throws:
RecoveryException - when an error preventing recovery happens.


Copyright © 2006-2013 Bitronix Software. All Rights Reserved.