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 String
getChannelName()
Returns jgroups channel nameString
getFile()
Returns the jgroups file nameString
getFileContents()
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
-
-