cms::Closeable Class Reference

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

Inheritance diagram for cms::Closeable:

Inheritance graph
[legend]

Detailed Description

Interface for a class that implements the close method.

Public Member Functions

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

Constructor & Destructor Documentation

virtual cms::Closeable::~Closeable (  )  [inline, virtual]


Member Function Documentation

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

Closes this object and deallocates the appropriate resources.

The object is generally no longer usable after calling close.

Exceptions:
CMSException 

Implemented in cms::Connection, and cms::Session.


The documentation for this class was generated from the following file:
Generated on Sat Oct 27 16:56:59 2007 for cms-1.2 by  doxygen 1.5.3