public class PassiveSynchronizationStrategy extends java.lang.Object implements SynchronizationStrategy
SynchronizationStrategy implementation that assumes that the inactive database is already in sync.| Constructor and Description |
|---|
PassiveSynchronizationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<D> void |
synchronize(SynchronizationContext<D> context)
Synchronizes a target database with a source database as defined by the synchronization context.
|
public PassiveSynchronizationStrategy()
public <D> void synchronize(SynchronizationContext<D> context)
SynchronizationStrategysynchronize in interface SynchronizationStrategycontext - a synchronization contextSynchronizationStrategy.synchronize(net.sf.hajdbc.SynchronizationContext)