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.String
getGroupAddress()
Returns the address this broadcast group is broadcasting to.int
getGroupPort()
Returns the port this broadcast group is broadcasting to.int
getLocalBindPort()
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.Exception
Returns the local port this broadcast group is bound to.- Throws:
java.lang.Exception
-
getGroupAddress
java.lang.String getGroupAddress() throws java.lang.Exception
Returns the address this broadcast group is broadcasting to.- Throws:
java.lang.Exception
-
getGroupPort
int getGroupPort() throws java.lang.Exception
Returns the port this broadcast group is broadcasting to.- Throws:
java.lang.Exception
-
-