Class ChannelMap

java.lang.Object
org.jumpmind.symmetric.model.ChannelMap

public class ChannelMap extends Object
  • Field Details

  • Constructor Details

    • ChannelMap

      public ChannelMap()
  • Method Details

    • addSuspendChannels

      public void addSuspendChannels(Collection<String> suspends)
    • addIgnoreChannels

      public void addIgnoreChannels(Collection<String> ignores)
    • addSuspendChannels

      public void addSuspendChannels(String suspends)
    • addIgnoreChannels

      public void addIgnoreChannels(String ignores)
    • getSuspendChannelsAsString

      public String getSuspendChannelsAsString()
    • getIgnoreChannelsAsString

      public String getIgnoreChannelsAsString()
    • getSuspendChannels

      public Set<String> getSuspendChannels()
    • getIgnoreChannels

      public Set<String> getIgnoreChannels()
    • getChannelQueue

      public String getChannelQueue()
    • setChannelQueue

      public void setChannelQueue(String threadChannel)