Uses of Class
org.jboss.messaging.jms.bridge.QualityOfServiceMode

Packages that use QualityOfServiceMode
org.jboss.messaging.jms.bridge   
org.jboss.messaging.jms.bridge.impl   
 

Uses of QualityOfServiceMode in org.jboss.messaging.jms.bridge
 

Methods in org.jboss.messaging.jms.bridge that return QualityOfServiceMode
 QualityOfServiceMode JMSBridge.getQualityOfServiceMode()
           
static QualityOfServiceMode QualityOfServiceMode.valueOf(int value)
           
static QualityOfServiceMode QualityOfServiceMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static QualityOfServiceMode[] QualityOfServiceMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.messaging.jms.bridge with parameters of type QualityOfServiceMode
 void JMSBridge.setQualityOfServiceMode(QualityOfServiceMode mode)
           
 

Uses of QualityOfServiceMode in org.jboss.messaging.jms.bridge.impl
 

Methods in org.jboss.messaging.jms.bridge.impl that return QualityOfServiceMode
 QualityOfServiceMode JMSBridgeImpl.getQualityOfServiceMode()
           
 

Methods in org.jboss.messaging.jms.bridge.impl with parameters of type QualityOfServiceMode
 void JMSBridgeImpl.setQualityOfServiceMode(QualityOfServiceMode mode)
           
 

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



Copyright © 2006 JBoss Inc. All Rights Reserved.