Interface BroadcastGroupControl
- All Superinterfaces:
ActiveMQComponentControl,BaseBroadcastGroupControl
- All Known Implementing Classes:
BroadcastGroupControlImpl
A BroadcastGroupControl is used to manage a broadcast group.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the address this broadcast group is broadcasting to.intReturns the port this broadcast group is broadcasting to.intReturns the local port this broadcast group is bound to.Methods inherited from interface org.apache.activemq.artemis.api.core.management.ActiveMQComponentControl
isStarted, start, stopMethods inherited from interface org.apache.activemq.artemis.api.core.management.BaseBroadcastGroupControl
getBroadcastPeriod, getConnectorPairs, getConnectorPairsAsJSON, getName
-
Method Details
-
getLocalBindPort
Returns the local port this broadcast group is bound to.- Returns:
- the local port this broadcast group is bound to
- Throws:
Exception
-
getGroupAddress
Returns the address this broadcast group is broadcasting to.- Returns:
- the address this broadcast group is broadcasting to
- Throws:
Exception
-
getGroupPort
Returns the port this broadcast group is broadcasting to.- Returns:
- the port this broadcast group is broadcasting to
- Throws:
Exception
-