Class SynchronizationImpl

java.lang.Object
com.zfabrik.sync.SynchronizationImpl
All Implemented Interfaces:
ISynchronization

public class SynchronizationImpl extends Object implements ISynchronization
  • Constructor Details

    • SynchronizationImpl

      public SynchronizationImpl()
  • Method Details

    • getInvalidationSet

      public Set<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 interface ISynchronization