Package com.zfabrik.util.sync
Interface ISynchronization
- All Known Implementing Classes:
SynchronizationImpl
public interface ISynchronization
Context interface passed on to
ISynchronizer
implementations during
synchronizations.- Author:
- hb
-
Method Summary
Modifier and TypeMethodDescriptiongets the current set of invalid resources.
-
Method Details
-
getInvalidationSet
gets the current set of invalid resources. During the pre-invalidation phase of the synchronization, synchronizers should add all resources that have become invalid
-