org.jboss.messaging.core.management
Interface BridgeControl
- All Superinterfaces:
- MessagingComponentControl
- All Known Implementing Classes:
- BridgeControlImpl
public interface BridgeControl
- extends MessagingComponentControl
A BridgeControlMBean
- Author:
- Jeff Mesnil
getName
java.lang.String getName()
getQueueName
java.lang.String getQueueName()
getForwardingAddress
java.lang.String getForwardingAddress()
getFilterString
java.lang.String getFilterString()
getTransformerClassName
java.lang.String getTransformerClassName()
getConnectorPair
java.lang.String[] getConnectorPair()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDiscoveryGroupName
java.lang.String getDiscoveryGroupName()
getRetryInterval
long getRetryInterval()
getRetryIntervalMultiplier
double getRetryIntervalMultiplier()
getReconnectAttempts
int getReconnectAttempts()
isFailoverOnServerShutdown
boolean isFailoverOnServerShutdown()
isUseDuplicateDetection
boolean isUseDuplicateDetection()
Copyright © 2006 JBoss Inc. All Rights Reserved.