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:
Inheritance graph
[legend]

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

virtual void cms::Closeable::close (  )  [pure virtual]

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

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1