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