
Public Member Functions | |
| virtual | ~Closeable () | 
| virtual void | close ()=0 throw ( CMSException ) | 
| 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.
 1.5.1-p1