Uses of Interface
org.apache.qpid.jms.provider.Provider
-
Packages that use Provider 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 Provider in org.apache.qpid.jms
Methods in org.apache.qpid.jms that return Provider Modifier and Type Method Description protected ProviderJmsConnectionFactory. createProvider(URI remoteURI)Methods in org.apache.qpid.jms with parameters of type Provider Modifier and Type Method Description voidJmsConnection. 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 Provider Constructor Description JmsConnection(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 Provider Modifier and Type Class Description classProviderWrapper<E extends Provider>Classes in org.apache.qpid.jms.provider that implement Provider Modifier and Type Class Description classProviderWrapper<E extends Provider>Fields in org.apache.qpid.jms.provider declared as Provider Modifier and Type Field Description protected EProviderWrapper. nextMethods in org.apache.qpid.jms.provider that return Provider Modifier and Type Method Description static ProviderProviderFactory. create(URI remoteURI)Static 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.ProviderProviderWrapper. getNext()Methods in org.apache.qpid.jms.provider with parameters of type Provider Modifier and Type Method Description voidDefaultProviderListener. 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 Modifier and Type Class Description classAmqpProviderAn AMQP v1.0 Provider. -
Uses of Provider in org.apache.qpid.jms.provider.failover
Classes in org.apache.qpid.jms.provider.failover that implement Provider Modifier and Type Class Description classFailoverProviderA 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 Provider Modifier and Type Field Description protected ProviderFailoverProvider.FailoverRequest. activeProviderMethods in org.apache.qpid.jms.provider.failover that return Provider Modifier and Type Method Description ProviderFailoverProviderFactory. createProvider(URI remoteURI)ProviderFailoverProviderFactory. createProvider(URI remoteURI, ProviderFutureFactory futureFactory)Methods in org.apache.qpid.jms.provider.failover with parameters of type Provider Modifier and Type Method Description abstract voidFailoverProvider.FailoverRequest. doTask(Provider provider)Called to execute the specific task that was requested.
-