Uses of Class
org.apache.qpid.jms.provider.ProviderFuture
Packages that use ProviderFuture
Package
Description
-
Uses of ProviderFuture in org.apache.qpid.jms.provider
Subclasses of ProviderFuture in org.apache.qpid.jms.providerModifier and TypeClassDescriptionclassA more balanced implementation of a ProviderFuture that works better on some platforms such as windows where the thread park and atomic operations used by a more aggressive implementation could result in poor performance.classA more conservative implementation of a ProviderFuture that is better on some platforms or resource constrained hardware where high CPU usage can be more counter productive than other variants that might spin or otherwise avoid entry into states requiring thread signalling.classAn optimized version of a ProviderFuture that makes use of spin waits and other methods of reacting to asynchronous completion in a more timely manner.Fields in org.apache.qpid.jms.provider with type parameters of type ProviderFutureModifier and TypeFieldDescriptionprotected static final AtomicIntegerFieldUpdater<ProviderFuture>ProviderFuture.STATE_FIELD_UPDATERMethods in org.apache.qpid.jms.provider that return ProviderFutureModifier and TypeMethodDescriptionabstract ProviderFutureProviderFutureFactory.createFuture()abstract ProviderFutureProviderFutureFactory.createFuture(ProviderSynchronization synchronization) abstract ProviderFutureProviderFutureFactory.createUnfailableFuture()Provider.newProviderFuture()Gets a ProviderFuture instance from the Provider for use in performing Provider calls that require an asynchronous completion to know when the call to the provider has succeeded or failed.Provider.newProviderFuture(ProviderSynchronization synchronization) Gets a ProviderFuture instance from the Provider for use in performing Provider calls that require an asynchronous completion to know when the call to the provider has succeeded or failed.ProviderWrapper.newProviderFuture()ProviderWrapper.newProviderFuture(ProviderSynchronization synchronization) -
Uses of ProviderFuture in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return ProviderFutureModifier and TypeMethodDescriptionAmqpProvider.newProviderFuture()AmqpProvider.newProviderFuture(ProviderSynchronization synchronization) -
Uses of ProviderFuture in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover that return ProviderFutureModifier and TypeMethodDescriptionFailoverProvider.newProviderFuture()FailoverProvider.newProviderFuture(ProviderSynchronization synchronization)