Package com.zfabrik.sync
Class SynchronizationImpl
- java.lang.Object
-
- com.zfabrik.sync.SynchronizationImpl
-
- All Implemented Interfaces:
ISynchronization
public class SynchronizationImpl extends java.lang.Object implements ISynchronization
-
-
Constructor Summary
Constructors Constructor Description SynchronizationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getInvalidationSet()
gets the current set of invalid resources.
-
-
-
Method Detail
-
getInvalidationSet
public java.util.Set<java.lang.String> getInvalidationSet()
Description copied from interface:ISynchronization
gets the current set of invalid resources. During the pre-invalidation phase of the synchronization, synchronizers should add all resources that have become invalid- Specified by:
getInvalidationSet
in interfaceISynchronization
-
-