Uses of Interface
org.hornetq.jms.bridge.DestinationFactory

Packages that use DestinationFactory
org.hornetq.jms.bridge   
org.hornetq.jms.bridge.impl   
 

Uses of DestinationFactory in org.hornetq.jms.bridge
 

Methods in org.hornetq.jms.bridge that return DestinationFactory
 DestinationFactory JMSBridge.getSourceDestinationFactory()
           
 DestinationFactory JMSBridge.getTargetDestinationFactory()
           
 

Methods in org.hornetq.jms.bridge with parameters of type DestinationFactory
 void JMSBridge.setSourceDestinationFactory(DestinationFactory dest)
           
 void JMSBridge.setTargetDestinationFactory(DestinationFactory dest)
           
 

Uses of DestinationFactory in org.hornetq.jms.bridge.impl
 

Classes in org.hornetq.jms.bridge.impl that implement DestinationFactory
 class JNDIDestinationFactory
           
 

Methods in org.hornetq.jms.bridge.impl that return DestinationFactory
 DestinationFactory JMSBridgeImpl.getSourceDestinationFactory()
           
 DestinationFactory JMSBridgeImpl.getTargetDestinationFactory()
           
 

Methods in org.hornetq.jms.bridge.impl with parameters of type DestinationFactory
 void JMSBridgeImpl.setSourceDestinationFactory(DestinationFactory dest)
           
 void JMSBridgeImpl.setTargetDestinationFactory(DestinationFactory dest)
           
 

Constructors in org.hornetq.jms.bridge.impl with parameters of type DestinationFactory
JMSBridgeImpl(ConnectionFactoryFactory sourceCff, ConnectionFactoryFactory targetCff, DestinationFactory sourceDestinationFactory, DestinationFactory targetDestinationFactory, String sourceUsername, String sourcePassword, String targetUsername, String targetPassword, String selector, long failureRetryInterval, int maxRetries, QualityOfServiceMode qosMode, int maxBatchSize, long maxBatchTime, String subName, String clientID, boolean addMessageIDInHeader)
           
JMSBridgeImpl(ConnectionFactoryFactory sourceCff, ConnectionFactoryFactory targetCff, DestinationFactory sourceDestinationFactory, DestinationFactory targetDestinationFactory, String sourceUsername, String sourcePassword, String targetUsername, String targetPassword, String selector, long failureRetryInterval, int maxRetries, QualityOfServiceMode qosMode, int maxBatchSize, long maxBatchTime, String subName, String clientID, boolean addMessageIDInHeader, MBeanServer mbeanServer, String objectName)
           
 



Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.