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.


Nested Class Summary
static interface IPhynixxRecovery.IRecoveredManagedConnection<C>
          Created by christoph on 02.02.14.
 
Method Summary
 void recover(IPhynixxRecovery.IRecoveredManagedConnection<C> recoveredManagedConnectionCallback)
          recovers all connection that have not completed transactions.
 

Method Detail

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.