Package org.jumpmind.symmetric.model
Class ChannelMap
java.lang.Object
org.jumpmind.symmetric.model.ChannelMap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addIgnoreChannels
(String ignores) void
addIgnoreChannels
(Collection<String> ignores) void
addSuspendChannels
(String suspends) void
addSuspendChannels
(Collection<String> suspends) void
setChannelQueue
(String threadChannel)
-
Field Details
-
CHANNELS_SUSPEND
- See Also:
-
CHANNELS_IGNORE
- See Also:
-
-
Constructor Details
-
ChannelMap
public ChannelMap()
-
-
Method Details
-
addSuspendChannels
-
addIgnoreChannels
-
addSuspendChannels
-
addIgnoreChannels
-
getSuspendChannelsAsString
-
getIgnoreChannelsAsString
-
getSuspendChannels
-
getIgnoreChannels
-
getChannelQueue
-
setChannelQueue
-