Interface JGroupsFileBroadcastGroupControl
- All Superinterfaces:
ActiveMQComponentControl
,BaseBroadcastGroupControl
A BroadcastGroupControl is used to manage a broadcast group.
-
Method Summary
Modifier and TypeMethodDescriptionReturns jgroups channel name.getFile()
Returns the jgroups file name.Returns the contents of the jgroups file.Methods inherited from interface org.apache.activemq.artemis.api.core.management.ActiveMQComponentControl
isStarted, start, stop
Methods inherited from interface org.apache.activemq.artemis.api.core.management.BaseBroadcastGroupControl
getBroadcastPeriod, getConnectorPairs, getConnectorPairsAsJSON, getName
-
Method Details
-
getChannelName
String getChannelName()Returns jgroups channel name.- Returns:
- jgroups channel name
-
getFile
String getFile()Returns the jgroups file name.- Returns:
- the jgroups file name
-
getFileContents
Returns the contents of the jgroups file.- Returns:
- the contents of the jgroups file
- Throws:
Exception
-