Uses of Class
org.apache.qpid.jms.provider.WrappedAsyncResult
-
Packages that use WrappedAsyncResult Package Description org.apache.qpid.jms.provider.failover -
-
Uses of WrappedAsyncResult in org.apache.qpid.jms.provider.failover
Subclasses of WrappedAsyncResult in org.apache.qpid.jms.provider.failover Modifier and Type Class Description protected classFailoverProvider.CreateConnectionRequestCaptures the initial request to create a JmsConnectionInfo based resources and ensures that if the connection is successfully established that the connection established event is triggered once before moving on to sending only connection interrupted and restored events.protected classFailoverProvider.FailoverRequestFor all requests that are dispatched from the FailoverProvider to a connected Provider instance an instance of FailoverRequest is used to handle errors that occur during processing of that request and trigger a reconnect.
-