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, getMBeanInfocacheMBeanInfo, 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 BridgeControlImpl(Bridge bridge, StorageManager storageManager, BridgeConfiguration configuration) throws Exception
Exceptionpublic String[] getStaticConnectors() throws Exception
BridgeControlgetStaticConnectors in interface BridgeControlExceptionpublic String getForwardingAddress()
BridgeControlgetForwardingAddress in interface BridgeControlpublic String getQueueName()
BridgeControlgetQueueName in interface BridgeControlpublic String getDiscoveryGroupName()
BridgeControlgetDiscoveryGroupName in interface BridgeControlpublic String getFilterString()
BridgeControlgetFilterString in interface BridgeControlpublic int getReconnectAttempts()
BridgeControlgetReconnectAttempts in interface BridgeControlpublic String getName()
BridgeControlgetName in interface BridgeControlpublic long getRetryInterval()
BridgeControlgetRetryInterval in interface BridgeControlpublic double getRetryIntervalMultiplier()
BridgeControlgetRetryIntervalMultiplier in interface BridgeControlpublic String getTransformerClassName()
BridgeControlgetTransformerClassName in interface BridgeControlpublic boolean isStarted()
HornetQComponentControltrue if this component is started, false else.isStarted in interface HornetQComponentControlpublic boolean isUseDuplicateDetection()
BridgeControlisUseDuplicateDetection in interface BridgeControlpublic boolean isHA()
BridgeControlisHA in interface BridgeControlpublic void start()
throws Exception
HornetQComponentControlstart in interface HornetQComponentControlExceptionpublic void stop()
throws Exception
HornetQComponentControlstop in interface HornetQComponentControlExceptionprotected MBeanOperationInfo[] fillMBeanOperationInfo()
fillMBeanOperationInfo in class AbstractControlCopyright © 2012 JBoss by Red Hat. All Rights Reserved.