Uses of Class
org.apache.qpid.jms.provider.ProviderFutureFactory
Packages that use ProviderFutureFactory
Package
Description
-
Uses of ProviderFutureFactory in org.apache.qpid.jms.provider
Methods in org.apache.qpid.jms.provider that return ProviderFutureFactoryMethods in org.apache.qpid.jms.provider with parameters of type ProviderFutureFactoryModifier and TypeMethodDescriptionstatic ProviderProviderFactory.create(URI remoteURI, ProviderFutureFactory futureFactory) Static create method that performs the ProviderFactory search and handles the configuration and setup.abstract ProviderProviderFactory.createProvider(URI remoteURI, ProviderFutureFactory futureFactory) Creates an instance of the given AsyncProvider and configures it using the properties set on the given remote broker URI. -
Uses of ProviderFutureFactory in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type ProviderFutureFactoryModifier and TypeMethodDescriptionAmqpProviderFactory.createProvider(URI remoteURI, ProviderFutureFactory futureFactory) Constructors in org.apache.qpid.jms.provider.amqp with parameters of type ProviderFutureFactoryModifierConstructorDescriptionAmqpProvider(URI remoteURI, Transport transport, ProviderFutureFactory futureFactory) Create a new instance of an AmqpProvider bonded to the given remote URI. -
Uses of ProviderFutureFactory in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover with parameters of type ProviderFutureFactoryModifier and TypeMethodDescriptionFailoverProviderFactory.createProvider(URI remoteURI, ProviderFutureFactory futureFactory) Constructors in org.apache.qpid.jms.provider.failover with parameters of type ProviderFutureFactoryModifierConstructorDescriptionFailoverProvider(List<URI> uris, Map<String, String> nestedOptions, ProviderFutureFactory futureFactory)