public class BridgeControlImpl extends AbstractControl implements BridgeControl
storageManager
Constructor and Description |
---|
BridgeControlImpl(Bridge bridge,
StorageManager storageManager,
BridgeConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected MBeanOperationInfo[] |
fillMBeanOperationInfo() |
String |
getDiscoveryGroupName() |
String |
getFilterString() |
String |
getForwardingAddress() |
String |
getName() |
String |
getQueueName() |
int |
getReconnectAttempts() |
long |
getRetryInterval() |
double |
getRetryIntervalMultiplier() |
String[] |
getStaticConnectors() |
String |
getTransformerClassName() |
boolean |
isHA() |
boolean |
isStarted() |
boolean |
isUseDuplicateDetection() |
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 BridgeControlImpl(Bridge bridge, StorageManager storageManager, BridgeConfiguration configuration) throws Exception
Exception
public String[] getStaticConnectors() throws Exception
getStaticConnectors
in interface BridgeControl
Exception
public String getForwardingAddress()
getForwardingAddress
in interface BridgeControl
public String getQueueName()
getQueueName
in interface BridgeControl
public String getDiscoveryGroupName()
getDiscoveryGroupName
in interface BridgeControl
public String getFilterString()
getFilterString
in interface BridgeControl
public int getReconnectAttempts()
getReconnectAttempts
in interface BridgeControl
public String getName()
getName
in interface BridgeControl
public long getRetryInterval()
getRetryInterval
in interface BridgeControl
public double getRetryIntervalMultiplier()
getRetryIntervalMultiplier
in interface BridgeControl
public String getTransformerClassName()
getTransformerClassName
in interface BridgeControl
public boolean isStarted()
isStarted
in interface HornetQComponentControl
public boolean isUseDuplicateDetection()
isUseDuplicateDetection
in interface BridgeControl
public boolean isHA()
isHA
in interface BridgeControl
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.