Uses of Class
org.apache.activemq.artemis.api.core.jgroups.JChannelManager
Packages that use JChannelManager
Package
Description
-
Uses of JChannelManager in org.apache.activemq.artemis.api.core
Constructors in org.apache.activemq.artemis.api.core with parameters of type JChannelManagerModifierConstructorDescriptionJGroupsBroadcastEndpoint
(JChannelManager manager, String channelName) JGroupsChannelBroadcastEndpoint
(JChannelManager manager, org.jgroups.JChannel jChannel, String channelName) JGroupsFileBroadcastEndpoint
(JChannelManager manager, String file, String channelName) -
Uses of JChannelManager in org.apache.activemq.artemis.api.core.jgroups
Methods in org.apache.activemq.artemis.api.core.jgroups that return JChannelManagerModifier and TypeMethodDescriptionJChannelManager.clear()
static JChannelManager
JChannelManager.getInstance()
JChannelManager.setLoopbackMessages
(boolean loopbackMessages) Constructors in org.apache.activemq.artemis.api.core.jgroups with parameters of type JChannelManagerModifierConstructorDescriptionJChannelWrapper
(JChannelManager manager, String channelName, org.jgroups.JChannel channel)