Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SynchronizationImpl

        public SynchronizationImpl()
    • 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 interface ISynchronization