Interface BroadcastGroupControl

All Superinterfaces:
ActiveMQComponentControl, BaseBroadcastGroupControl

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

    • getLocalBindPort

      int getLocalBindPort() throws Exception
      Returns the local port this broadcast group is bound to.
      Throws:
      Exception
    • getGroupAddress

      String getGroupAddress() throws Exception
      Returns the address this broadcast group is broadcasting to.
      Throws:
      Exception
    • getGroupPort

      int getGroupPort() throws Exception
      Returns the port this broadcast group is broadcasting to.
      Throws:
      Exception