public class BroadcastGroupControlImpl extends AbstractControl implements BroadcastGroupControl
storageManager
Constructor and Description |
---|
BroadcastGroupControlImpl(BroadcastGroup broadcastGroup,
StorageManager storageManager,
BroadcastGroupConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected MBeanOperationInfo[] |
fillMBeanOperationInfo() |
long |
getBroadcastPeriod() |
Object[] |
getConnectorPairs() |
String |
getConnectorPairsAsJSON() |
String |
getGroupAddress() |
int |
getGroupPort() |
int |
getLocalBindPort() |
String |
getName() |
boolean |
isStarted() |
void |
start() |
void |
stop() |
blockOnIO, clearIO, getMBeanInfo
cacheMBeanInfo, getAttribute, getAttributes, getCachedMBeanInfo, getClassName, getConstructors, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getDescription, getImpact, getImplementation, getImplementationClass, getMBeanInterface, getParameterName, getParameterName, invoke, postDeregister, postRegister, preDeregister, preRegister, setAttribute, setAttributes, setImplementation
public BroadcastGroupControlImpl(BroadcastGroup broadcastGroup, StorageManager storageManager, BroadcastGroupConfiguration configuration) throws Exception
Exception
public String getName()
getName
in interface BroadcastGroupControl
public long getBroadcastPeriod()
getBroadcastPeriod
in interface BroadcastGroupControl
public Object[] getConnectorPairs()
getConnectorPairs
in interface BroadcastGroupControl
public String getConnectorPairsAsJSON() throws Exception
getConnectorPairsAsJSON
in interface BroadcastGroupControl
Exception
public String getGroupAddress() throws Exception
getGroupAddress
in interface BroadcastGroupControl
Exception
public int getGroupPort() throws Exception
getGroupPort
in interface BroadcastGroupControl
Exception
public int getLocalBindPort() throws Exception
getLocalBindPort
in interface BroadcastGroupControl
Exception
public boolean isStarted()
isStarted
in interface HornetQComponentControl
public void start() throws Exception
start
in interface HornetQComponentControl
Exception
public void stop() throws Exception
stop
in interface HornetQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.