bitronix.tm.recovery
Class IncrementalRecoverer
java.lang.Object
bitronix.tm.recovery.IncrementalRecoverer
public class IncrementalRecoverer
- extends Object
Incremental resource recoverer.
- Author:
- lorban
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 |
IncrementalRecoverer
public IncrementalRecoverer()
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.