org.csc.phynixx.connection
Interface IPhynixxRecovery<C extends IPhynixxConnection>
- All Known Implementing Classes:
- PhynixxRecovery
public interface IPhynixxRecovery<C extends IPhynixxConnection>
Created by Christoph Schmidt-Casdorff on 26.02.14.
recover
void recover(IPhynixxRecovery.IRecoveredManagedConnection<C> recoveredManagedConnectionCallback)
- recovers all connection that have not completed transactions.
The recovered connections are handed to the callback after recovering.
All connections are closed after returning from this method
- Parameters:
recoveredManagedConnectionCallback
- callback accepting the recovered connections
Copyright © 2015. All rights reserved.