Interface ActiveSynchronizersProvider


  • public interface ActiveSynchronizersProvider
    Responsible for tracking currently active synchronizers.
    Since:
    8.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isActive​(java.lang.String name)
      Returns whether synchronizer denoted by name is an active one.
    • Method Detail

      • isActive

        boolean isActive​(@NotNull
                         java.lang.String name)
        Returns whether synchronizer denoted by name is an active one.
        Parameters:
        name - synchronizer name
        Returns:
        true if synchronizer is active