cms::Closeable Class Reference

Inheritance diagram for cms::Closeable:

Inheritance graph
[legend]
List of all members.

Public Member Functions

virtual ~Closeable ()
virtual void close ()=0 throw ( CMSException )

Detailed Description

Interface for a class that implements the close method.


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.


Generated on Fri Jun 1 07:20:16 2007 for CMS by  doxygen 1.5.1-p1