Interface JGroupsFileBroadcastGroupControl
-
- All Superinterfaces:
ActiveMQComponentControl,BaseBroadcastGroupControl
public interface JGroupsFileBroadcastGroupControl extends BaseBroadcastGroupControl
A BroadcastGroupControl is used to manage a broadcast group.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChannelName()Returns jgroups channel namejava.lang.StringgetFile()Returns the jgroups file namejava.lang.StringgetFileContents()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 Detail
-
getChannelName
java.lang.String getChannelName()
Returns jgroups channel name
-
getFile
java.lang.String getFile()
Returns the jgroups file name
-
getFileContents
java.lang.String getFileContents() throws java.lang.ExceptionReturns the contents of the jgroups file- Throws:
java.lang.Exception
-
-