Uses of Interface
org.apache.qpid.jms.provider.ProviderSynchronization
Packages that use ProviderSynchronization
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of ProviderSynchronization in org.apache.qpid.jms
Methods in org.apache.qpid.jms with parameters of type ProviderSynchronizationModifier and TypeMethodDescriptionvoidJmsLocalTransactionContext.send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome) voidJmsNoTxTransactionContext.send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome) voidJmsTransactionContext.send(JmsConnection connection, JmsOutboundMessageDispatch envelope, ProviderSynchronization outcome) Allows the context to intercept and perform any additional logic prior to a message being sent on to the connection and subsequently the remote peer. -
Uses of ProviderSynchronization in org.apache.qpid.jms.provider
Fields in org.apache.qpid.jms.provider declared as ProviderSynchronizationModifier and TypeFieldDescriptionprotected final ProviderSynchronizationProviderFuture.synchronizationMethods in org.apache.qpid.jms.provider with parameters of type ProviderSynchronizationModifier and TypeMethodDescriptionabstract ProviderFutureProviderFutureFactory.createFuture(ProviderSynchronization synchronization) 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(ProviderSynchronization synchronization) Constructors in org.apache.qpid.jms.provider with parameters of type ProviderSynchronizationModifierConstructorDescriptionBalancedProviderFuture(ProviderSynchronization synchronization) ConservativeProviderFuture(ProviderSynchronization synchronization) ProgressiveProviderFuture(ProviderSynchronization synchronization) ProviderFuture(ProviderSynchronization synchronization) -
Uses of ProviderSynchronization in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp with parameters of type ProviderSynchronizationModifier and TypeMethodDescriptionAmqpProvider.newProviderFuture(ProviderSynchronization synchronization) -
Uses of ProviderSynchronization in org.apache.qpid.jms.provider.failover
Methods in org.apache.qpid.jms.provider.failover with parameters of type ProviderSynchronizationModifier and TypeMethodDescriptionFailoverProvider.newProviderFuture(ProviderSynchronization synchronization)