Interface JGroupsFileBroadcastGroupControl

All Superinterfaces:
ActiveMQComponentControl, BaseBroadcastGroupControl

public interface JGroupsFileBroadcastGroupControl extends BaseBroadcastGroupControl
A BroadcastGroupControl is used to manage a broadcast group.
  • Method Details

    • getChannelName

      String getChannelName()
      Returns jgroups channel name
    • getFile

      String getFile()
      Returns the jgroups file name
    • getFileContents

      String getFileContents() throws Exception
      Returns the contents of the jgroups file
      Throws:
      Exception