Class JGroupsFileBroadcastEndpoint
- java.lang.Object
-
- org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
-
- org.apache.activemq.artemis.api.core.JGroupsFileBroadcastEndpoint
-
- All Implemented Interfaces:
BroadcastEndpoint
public final class JGroupsFileBroadcastEndpoint extends JGroupsBroadcastEndpoint
This class is the implementation of ActiveMQ Artemis members discovery that will use JGroups.
-
-
Constructor Summary
Constructors Constructor Description JGroupsFileBroadcastEndpoint(JChannelManager manager, java.lang.String file, java.lang.String channelName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgroups.JChannel
createChannel()
-
Methods inherited from class org.apache.activemq.artemis.api.core.JGroupsBroadcastEndpoint
broadcast, close, initChannel, internalCloseChannel, internalOpen, openBroadcaster, openClient, receiveBroadcast, receiveBroadcast
-
-
-
-
Constructor Detail
-
JGroupsFileBroadcastEndpoint
public JGroupsFileBroadcastEndpoint(JChannelManager manager, java.lang.String file, java.lang.String channelName) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-
Method Detail
-
createChannel
public org.jgroups.JChannel createChannel() throws java.lang.Exception
- Specified by:
createChannel
in classJGroupsBroadcastEndpoint
- Throws:
java.lang.Exception
-
-