org.jboss.messaging.core.management.impl
Class BridgeControlImpl
java.lang.Object
org.jboss.messaging.core.management.impl.BridgeControlImpl
- All Implemented Interfaces:
- BridgeControl, MessagingComponentControlMBean
public class BridgeControlImpl
- extends java.lang.Object
- implements BridgeControl
A BridgeControl
- Author:
- Jeff Mesnil
Created 11 dec. 2008 17:09:04
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BridgeControlImpl
public BridgeControlImpl(Bridge bridge,
BridgeConfiguration configuration)
getConnectorPair
public java.lang.String[] getConnectorPair()
throws java.lang.Exception
- Specified by:
getConnectorPair
in interface BridgeControl
- Throws:
java.lang.Exception
getForwardingAddress
public java.lang.String getForwardingAddress()
- Specified by:
getForwardingAddress
in interface BridgeControl
getQueueName
public java.lang.String getQueueName()
- Specified by:
getQueueName
in interface BridgeControl
getDiscoveryGroupName
public java.lang.String getDiscoveryGroupName()
- Specified by:
getDiscoveryGroupName
in interface BridgeControl
getFilterString
public java.lang.String getFilterString()
- Specified by:
getFilterString
in interface BridgeControl
getReconnectAttempts
public int getReconnectAttempts()
- Specified by:
getReconnectAttempts
in interface BridgeControl
isFailoverOnServerShutdown
public boolean isFailoverOnServerShutdown()
- Specified by:
isFailoverOnServerShutdown
in interface BridgeControl
getName
public java.lang.String getName()
- Specified by:
getName
in interface BridgeControl
getRetryInterval
public long getRetryInterval()
- Specified by:
getRetryInterval
in interface BridgeControl
getRetryIntervalMultiplier
public double getRetryIntervalMultiplier()
- Specified by:
getRetryIntervalMultiplier
in interface BridgeControl
getTransformerClassName
public java.lang.String getTransformerClassName()
- Specified by:
getTransformerClassName
in interface BridgeControl
isStarted
public boolean isStarted()
- Specified by:
isStarted
in interface MessagingComponentControlMBean
isUseDuplicateDetection
public boolean isUseDuplicateDetection()
- Specified by:
isUseDuplicateDetection
in interface BridgeControl
start
public void start()
throws java.lang.Exception
- Specified by:
start
in interface MessagingComponentControlMBean
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Specified by:
stop
in interface MessagingComponentControlMBean
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.