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()
Returns the name of the discovery group used by this bridge.
|
String |
getFilterString()
Returns the filter string associated to this bridge.
|
String |
getForwardingAddress()
Returns the address this bridge will forward messages to.
|
String |
getName()
Returns the name of this bridge
|
String |
getQueueName()
Returns the name of the queue this bridge is consuming messages from.
|
int |
getReconnectAttempts()
Returns the number of reconnection attempts used by this bridge.
|
long |
getRetryInterval()
Returns the retry interval used by this bridge.
|
double |
getRetryIntervalMultiplier()
Returns the retry interval multiplier used by this bridge.
|
String[] |
getStaticConnectors()
Returns any list of static connectors used by this bridge
|
String |
getTransformerClassName()
Return the name of the org.hornetq.core.server.cluster.Transformer implementation associated to this bridge.
|
boolean |
isHA()
Returns whether this bridge is using high availability
|
boolean |
isStarted()
Returns
true if this component is started, false else. |
boolean |
isUseDuplicateDetection()
Returns whether this bridge is using duplicate detection.
|
void |
start()
Starts this component.
|
void |
stop()
Stops this component.
|
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
BridgeControl
getStaticConnectors
in interface BridgeControl
Exception
public String getForwardingAddress()
BridgeControl
getForwardingAddress
in interface BridgeControl
public String getQueueName()
BridgeControl
getQueueName
in interface BridgeControl
public String getDiscoveryGroupName()
BridgeControl
getDiscoveryGroupName
in interface BridgeControl
public String getFilterString()
BridgeControl
getFilterString
in interface BridgeControl
public int getReconnectAttempts()
BridgeControl
getReconnectAttempts
in interface BridgeControl
public String getName()
BridgeControl
getName
in interface BridgeControl
public long getRetryInterval()
BridgeControl
getRetryInterval
in interface BridgeControl
public double getRetryIntervalMultiplier()
BridgeControl
getRetryIntervalMultiplier
in interface BridgeControl
public String getTransformerClassName()
BridgeControl
getTransformerClassName
in interface BridgeControl
public boolean isStarted()
HornetQComponentControl
true
if this component is started, false
else.isStarted
in interface HornetQComponentControl
public boolean isUseDuplicateDetection()
BridgeControl
isUseDuplicateDetection
in interface BridgeControl
public boolean isHA()
BridgeControl
isHA
in interface BridgeControl
public void start() throws Exception
HornetQComponentControl
start
in interface HornetQComponentControl
Exception
public void stop() throws Exception
HornetQComponentControl
stop
in interface HornetQComponentControl
Exception
protected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo
in class AbstractControl
Copyright © 2018 JBoss by Red Hat. All rights reserved.