public class BaseBroadcastGroupControlImpl extends AbstractControl implements BaseBroadcastGroupControl
storageManager| Constructor and Description |
|---|
BaseBroadcastGroupControlImpl(BroadcastGroup broadcastGroup,
StorageManager storageManager,
BroadcastGroupConfiguration configuration) |
BaseBroadcastGroupControlImpl(Class broadcastGroupControlClass,
BroadcastGroup broadcastGroup,
StorageManager storageManager,
BroadcastGroupConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected MBeanAttributeInfo[] |
fillMBeanAttributeInfo() |
protected MBeanOperationInfo[] |
fillMBeanOperationInfo() |
protected BroadcastGroup |
getBroadcastGroup() |
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 |
getName()
Returns the configuration name of this broadcast group.
|
boolean |
isStarted()
Returns
true if this component is started, false else. |
void |
start()
Starts this component.
|
void |
stop()
Stops this component.
|
blockOnIO, clearIO, getMBeanInfo, sendMessage, tcclCall, tcclInvokecacheMBeanInfo, 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, setImplementationpublic BaseBroadcastGroupControlImpl(BroadcastGroup broadcastGroup, StorageManager storageManager, BroadcastGroupConfiguration configuration) throws Exception
Exceptionpublic BaseBroadcastGroupControlImpl(Class broadcastGroupControlClass, BroadcastGroup broadcastGroup, StorageManager storageManager, BroadcastGroupConfiguration configuration) throws Exception
Exceptionpublic String getName()
BaseBroadcastGroupControlgetName in interface BaseBroadcastGroupControlpublic long getBroadcastPeriod()
BaseBroadcastGroupControlgetBroadcastPeriod in interface BaseBroadcastGroupControlpublic Object[] getConnectorPairs()
BaseBroadcastGroupControlgetConnectorPairs in interface BaseBroadcastGroupControlpublic String getConnectorPairsAsJSON() throws Exception
BaseBroadcastGroupControlgetConnectorPairsAsJSON in interface BaseBroadcastGroupControlExceptionpublic boolean isStarted()
ActiveMQComponentControltrue if this component is started, false else.isStarted in interface ActiveMQComponentControlpublic void start()
throws Exception
ActiveMQComponentControlstart in interface ActiveMQComponentControlExceptionpublic void stop()
throws Exception
ActiveMQComponentControlstop in interface ActiveMQComponentControlExceptionprotected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo in class AbstractControlprotected MBeanAttributeInfo[] fillMBeanAttributeInfo()
fillMBeanAttributeInfo in class AbstractControlprotected BroadcastGroup getBroadcastGroup()
Copyright © 2022 JBoss by Red Hat. All rights reserved.