#include <src/main/cms/Closeable.h>
Public Member Functions | |
virtual | ~Closeable () |
virtual void | close ()=0 throw ( CMSException ) |
Closes this object and deallocates the appropriate resources. |
virtual cms::Closeable::~Closeable | ( | ) | [inline, virtual] |
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.
CMSException |
Implemented in cms::Connection, and cms::Session.