Class FailoverProvider.CreateConnectionRequest

All Implemented Interfaces:
Runnable, AsyncResult
Enclosing class:
FailoverProvider

protected abstract class FailoverProvider.CreateConnectionRequest extends FailoverProvider.FailoverRequest
Captures 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.
  • Constructor Details

    • CreateConnectionRequest

      public CreateConnectionRequest(AsyncResult watcher)
  • Method Details