activemq-cpp-3.6.0
cms::Startable Class Reference

Interface for a class that implements the start method. More...

#include <src/main/cms/Startable.h>

Inheritance diagram for cms::Startable:

Public Member Functions

virtual ~Startable ()
virtual void start ()=0
 Starts the service.

Detailed Description

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.

Since
1.0

Constructor & Destructor Documentation

virtual cms::Startable::~Startable ( )
virtual

Member Function Documentation


The documentation for this class was generated from the following file: