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 MBeanAttributeInfo[] |
fillMBeanAttributeInfo() |
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 ActiveMQComponentControl
public void start() throws Exception
start
in interface ActiveMQComponentControl
Exception
public void stop() throws Exception
stop
in interface ActiveMQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
protected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo
in class AbstractControl
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.