#include <qpid/client/FailoverManager.h>
List of all members.
Public Member Functions |
virtual void | editUrlList (std::vector< Url > &urls)=0 |
| This method is called by the FailoverManager prior to establishing a connection (or re-connection) and can be used if the application wishes to edit or re-order the list which will default to the list of known brokers for the last connection.
|
virtual | ~ReconnectionStrategy () |
Detailed Description
Definition at line 68 of file FailoverManager.h.
Constructor & Destructor Documentation
virtual qpid::client::FailoverManager::ReconnectionStrategy::~ReconnectionStrategy |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
virtual void qpid::client::FailoverManager::ReconnectionStrategy::editUrlList |
( |
std::vector< Url > & |
urls | ) |
|
|
pure virtual |
This method is called by the FailoverManager prior to establishing a connection (or re-connection) and can be used if the application wishes to edit or re-order the list which will default to the list of known brokers for the last connection.
The documentation for this struct was generated from the following file: