Package org.apache.qpid.jms.provider
package org.apache.qpid.jms.provider
-
ClassDescriptionDefines a result interface for Asynchronous operations.A 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.A 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.Default implementation that does nothing for all callbacks.Simple NoOp implementation used when the result of the operation does not matter.An optimized version of a ProviderFuture that makes use of spin waits and other methods of reacting to asynchronous completion in a more timely manner.Defines the interface that an Implementation of a Specific wire level protocol provider must implement.Set of Provider specific constants used when interacting with the Provider API.Interface that all JMS Providers must implement.Asynchronous Provider Future class.Factory for provider future instances that will create specific versions based on configuration.Events interface used to update the listener with changes in provider state.Synchronization callback interface used to execute state updates or similar tasks in the thread context where the associated ProviderFuture is managed.ProviderWrapper<E extends Provider>Base class used to wrap one AsyncResult with another.