Uses of Interface
org.jboss.jms.server.bridge.DestinationFactory

Packages that use DestinationFactory
org.jboss.jms.server.bridge   
 

Uses of DestinationFactory in org.jboss.jms.server.bridge
 

Classes in org.jboss.jms.server.bridge that implement DestinationFactory
 class JNDIDestinationFactory
           
 

Methods in org.jboss.jms.server.bridge that return DestinationFactory
 DestinationFactory Bridge.getSourceDestinationFactory()
           
 DestinationFactory Bridge.getTargetDestinationFactory()
           
 

Methods in org.jboss.jms.server.bridge with parameters of type DestinationFactory
 void Bridge.setSourceDestinationFactory(DestinationFactory dest)
           
 void Bridge.setTargetDestinationFactory(DestinationFactory dest)
           
 

Constructors in org.jboss.jms.server.bridge with parameters of type DestinationFactory
Bridge(ConnectionFactoryFactory sourceCff, ConnectionFactoryFactory destCff, 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, int qosMode, int maxBatchSize, long maxBatchTime, java.lang.String subName, java.lang.String clientID, boolean addMessageIDInHeader)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.