public interface BroadcastGroupControl extends HornetQComponentControl
Modifier and Type | Method and Description |
---|---|
long |
getBroadcastPeriod()
Returns the period used by this broadcast group.
|
Object[] |
getConnectorPairs()
Returns the pairs of live-backup connectors that are broadcasted by this broadcast group.
|
String |
getConnectorPairsAsJSON()
Returns the pairs of live-backup connectors that are broadcasted by this broadcast group
using JSON serialization.
|
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.
|
String |
getName()
Returns the configuration name of this broadcast group.
|
isStarted, start, stop
String getName()
int getLocalBindPort() throws Exception
Exception
String getGroupAddress() throws Exception
Exception
int getGroupPort() throws Exception
Exception
long getBroadcastPeriod()
Object[] getConnectorPairs()
Copyright © 2018 JBoss by Red Hat. All rights reserved.