Uses of Interface
org.apache.qpid.jms.provider.Provider
Packages that use Provider
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of Provider in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return ProviderModifier and TypeMethodDescriptionprotected ProviderJmsConnectionFactory.createProvider(URI remoteURI) Methods in org.apache.qpid.jms with parameters of type ProviderModifier and TypeMethodDescriptionvoidJmsConnection.onConnectionRecovered(Provider provider) protected voidJmsMessageConsumer.onConnectionRecovered(Provider provider) protected voidJmsMessageProducer.onConnectionRecovered(Provider provider) protected voidJmsSession.onConnectionRecovered(Provider provider) voidJmsConnection.onConnectionRecovery(Provider provider) voidJmsLocalTransactionContext.onConnectionRecovery(Provider provider) protected voidJmsMessageConsumer.onConnectionRecovery(Provider provider) protected voidJmsMessageProducer.onConnectionRecovery(Provider provider) voidJmsNoTxTransactionContext.onConnectionRecovery(Provider provider) protected voidJmsSession.onConnectionRecovery(Provider provider) voidJmsTransactionContext.onConnectionRecovery(Provider provider) Called when the connection to the remote peer has been lost and then a new connection established.Constructors in org.apache.qpid.jms with parameters of type ProviderModifierConstructorDescriptionprotectedJmsConnection(JmsConnectionInfo connectionInfo, Provider provider) JmsQueueConnection(JmsConnectionInfo connectionInfo, Provider provider) JmsTopicConnection(JmsConnectionInfo connectionInfo, Provider provider) -
Uses of Provider in org.apache.qpid.jms.provider
Classes in org.apache.qpid.jms.provider with type parameters of type ProviderClasses in org.apache.qpid.jms.provider that implement ProviderFields in org.apache.qpid.jms.provider declared as ProviderMethods in org.apache.qpid.jms.provider that return ProviderModifier and TypeMethodDescriptionstatic ProviderStatic create method that performs the ProviderFactory search and handles the configuration and setup.static 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) Creates an instance of the given AsyncProvider and configures it using the properties set on the given remote broker URI.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.ProviderWrapper.getNext()Methods in org.apache.qpid.jms.provider with parameters of type ProviderModifier and TypeMethodDescriptionvoidDefaultProviderListener.onConnectionRecovered(Provider provider) voidProviderListener.onConnectionRecovered(Provider provider) Called to indicate that a connection to the Broker has been reestablished and that all recovery operations have succeeded and the connection will now be transitioned to a recovered state.voidProviderWrapper.onConnectionRecovered(Provider provider) voidDefaultProviderListener.onConnectionRecovery(Provider provider) voidProviderListener.onConnectionRecovery(Provider provider) Called to indicate that a connection to the Broker has been reestablished and that notified listener should start to recover it's state.voidProviderWrapper.onConnectionRecovery(Provider provider) -
Uses of Provider in org.apache.qpid.jms.provider.amqp
Classes in org.apache.qpid.jms.provider.amqp that implement Provider -
Uses of Provider in org.apache.qpid.jms.provider.failover
Classes in org.apache.qpid.jms.provider.failover that implement ProviderModifier and TypeClassDescriptionclassA Provider Facade that provides services for detection dropped Provider connections and attempting to reconnect to a different remote peer.Fields in org.apache.qpid.jms.provider.failover declared as ProviderModifier and TypeFieldDescriptionprotected ProviderFailoverProvider.FailoverRequest.activeProviderMethods in org.apache.qpid.jms.provider.failover that return ProviderModifier and TypeMethodDescriptionFailoverProviderFactory.createProvider(URI remoteURI) FailoverProviderFactory.createProvider(URI remoteURI, ProviderFutureFactory futureFactory) Methods in org.apache.qpid.jms.provider.failover with parameters of type Provider