Interface BroadcastGroupControl
-
- All Superinterfaces:
ActiveMQComponentControl,BaseBroadcastGroupControl
public interface BroadcastGroupControl 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.StringgetGroupAddress()Returns the address this broadcast group is broadcasting to.intgetGroupPort()Returns the port this broadcast group is broadcasting to.intgetLocalBindPort()Returns the local port this broadcast group is bound to.-
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
-
getLocalBindPort
int getLocalBindPort() throws java.lang.ExceptionReturns the local port this broadcast group is bound to.- Throws:
java.lang.Exception
-
getGroupAddress
java.lang.String getGroupAddress() throws java.lang.ExceptionReturns the address this broadcast group is broadcasting to.- Throws:
java.lang.Exception
-
getGroupPort
int getGroupPort() throws java.lang.ExceptionReturns the port this broadcast group is broadcasting to.- Throws:
java.lang.Exception
-
-