Uses of Interface
org.apache.qpid.jms.provider.ProviderSynchronization
-
Packages that use ProviderSynchronization Package Description org.apache.qpid.jms The core AMQP JMS client implementation classes.org.apache.qpid.jms.provider org.apache.qpid.jms.provider.amqp org.apache.qpid.jms.provider.failover -
-
Uses of ProviderSynchronization in org.apache.qpid.jms
Methods in org.apache.qpid.jms with parameters of type ProviderSynchronization Modifier and Type Method Description voidJmsLocalTransactionContext. 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 ProviderSynchronization Modifier and Type Field Description protected ProviderSynchronizationProviderFuture. synchronizationMethods in org.apache.qpid.jms.provider with parameters of type ProviderSynchronization Modifier and Type Method Description abstract ProviderFutureProviderFutureFactory. createFuture(ProviderSynchronization synchronization)ProviderFutureProvider. 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.ProviderFutureProviderWrapper. newProviderFuture(ProviderSynchronization synchronization)Constructors in org.apache.qpid.jms.provider with parameters of type ProviderSynchronization Constructor Description BalancedProviderFuture(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 ProviderSynchronization Modifier and Type Method Description ProviderFutureAmqpProvider. 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 ProviderSynchronization Modifier and Type Method Description ProviderFutureFailoverProvider. newProviderFuture(ProviderSynchronization synchronization)
-