|
activemq-cpp-3.3.0
|
#include <src/main/activemq/util/ServiceStopper.h>
Public Member Functions | |
| ServiceStopper () | |
| virtual | ~ServiceStopper () |
| void | stop (Service *service) |
| void | throwFirstException () |
| virtual void | onException (Service *service, decaf::lang::Exception &ex) |
| activemq::util::ServiceStopper::ServiceStopper | ( | ) |
| virtual activemq::util::ServiceStopper::~ServiceStopper | ( | ) | [virtual] |
| virtual void activemq::util::ServiceStopper::onException | ( | Service * | service, |
| decaf::lang::Exception & | ex | ||
| ) | [virtual] |
| void activemq::util::ServiceStopper::stop | ( | Service * | service | ) |
| void activemq::util::ServiceStopper::throwFirstException | ( | ) |