activemq-cpp-3.6.0
cms::Closeable Class Reference

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

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

Inheritance diagram for cms::Closeable:

Public Member Functions

virtual ~Closeable ()
virtual void close ()=0
 Closes this object and deallocates the appropriate resources.

Detailed Description

Interface for a class that implements the close method.

A class that implements this interface should release all resources upon the close call and should throw an exception from any methods that require those resources after they have been closed.

Since
1.0

Constructor & Destructor Documentation

virtual cms::Closeable::~Closeable ( )
virtual

Member Function Documentation


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