Class SynchronizerInfo


  • public class SynchronizerInfo
    extends Object
    Holds the general synchronizer info.
    Since:
    8.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Constructor Detail

      • SynchronizerInfo

        public SynchronizerInfo​(@NotNull
                                String ownerName,
                                @NotNull
                                String propertyPrefix,
                                @NotNull
                                String realm)
    • Method Detail

      • getRealm

        @NotNull
        public String getRealm()
      • getPropertyPrefix

        @NotNull
        public String getPropertyPrefix()
      • getOwnerName

        @NotNull
        public String getOwnerName()