net.sf.hajdbc
Interface SynchronizationStrategy

All Known Implementing Classes:
DifferentialSynchronizationStrategy, FullSynchronizationStrategy, PassiveSynchronizationStrategy

public interface SynchronizationStrategy

Author:
Paul Ferraro

Method Summary
<D> void
synchronize(SynchronizationContext<D> context)
          Synchronizes a target database with a source database as defined by the synchronization context.
 

Method Detail

synchronize

<D> void synchronize(SynchronizationContext<D> context)
                 throws SQLException
Synchronizes a target database with a source database as defined by the synchronization context.

Type Parameters:
D -
Parameters:
context - a synchronization context
Throws:
SQLException - if synchronization fails