| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <StateManager.h>
Public Member Functions | |
| StateManager (int initial) | |
| void | setState (int state) |
| int | getState () const |
| void | waitForStateChange (int current) |
| void | waitFor (std::set< int > states) |
| void | waitFor (int state) |
Definition at line 31 of file StateManager.h.
| qpid::client::StateManager::StateManager | ( | int | initial | ) |
| int qpid::client::StateManager::getState | ( | ) | const |
| void qpid::client::StateManager::setState | ( | int | state | ) |
| void qpid::client::StateManager::waitFor | ( | int | state | ) |
| void qpid::client::StateManager::waitFor | ( | std::set< int > | states | ) |
| void qpid::client::StateManager::waitForStateChange | ( | int | current | ) |
1.5.7.1