activemq-cpp-3.4.0
|
Interface for a class that implements the start method. More...
#include <src/main/cms/Startable.h>
Public Member Functions | |
virtual | ~Startable () throw () |
virtual void | start ()=0 |
Starts the service. |
Interface for a class that implements the start method.
An object that implements the Startable interface implies that until its start method is called it will be considered to be in a closed or stopped state and will throw an Exception to indicate that it is not in an started state if one of its methods is called.
virtual cms::Startable::~Startable | ( | ) | throw () [virtual] |
virtual void cms::Startable::start | ( | ) | [pure virtual] |
Starts the service.
CMSException | if an internal error occurs while starting. |
Implemented in activemq::cmsutil::CachedConsumer, activemq::cmsutil::PooledSession, activemq::core::ActiveMQConnection, activemq::core::ActiveMQConsumer, and activemq::core::ActiveMQSession.
Referenced by activemq::cmsutil::PooledSession::start().