OPENDAP_CLASSModule Class Reference

#include <Module.h>

Inheritance diagram for OPENDAP_CLASSModule:

Inheritance graph
[legend]
Collaboration diagram for OPENDAP_CLASSModule:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 OPENDAP_CLASSModule ()
virtual ~OPENDAP_CLASSModule ()
virtual void initialize (const string &modname)
virtual void terminate (const string &modname)
virtual void dump (ostream &strm) const
 dump the contents of this object to the specified ostream

Detailed Description

Definition at line 8 of file Module.h.


Constructor & Destructor Documentation

OPENDAP_CLASSModule::OPENDAP_CLASSModule (  )  [inline]

Definition at line 11 of file Module.h.

virtual OPENDAP_CLASSModule::~OPENDAP_CLASSModule (  )  [inline, virtual]

Definition at line 12 of file Module.h.


Member Function Documentation

void OPENDAP_CLASSModule::initialize ( const string &  modname  )  [virtual]

Implements BESAbstractModule.

Definition at line 17 of file Module.cc.

References BESRequestHandlerList::add_handler(), BESDEBUG, and BESRequestHandlerList::TheList().

Here is the call graph for this function:

void OPENDAP_CLASSModule::terminate ( const string &  modname  )  [virtual]

Implements BESAbstractModule.

Definition at line 32 of file Module.cc.

References BESDEBUG, BESRequestHandlerList::remove_handler(), and BESRequestHandlerList::TheList().

Here is the call graph for this function:

void OPENDAP_CLASSModule::dump ( ostream &  strm  )  const [virtual]

dump the contents of this object to the specified ostream

This method is implemented by all derived classes to dump their contents, in other words, any state they might have, private variables, etc...

The inline function below can be used to dump the contents of an OPeNDAOObj object. For example, the object Animal is derived from BESObj. A user could do the following:

Animal *a = new dog( "Sparky" ) ; cout << a << endl ;

And the dump method for dog could display the name passed into the constructor, the (this) pointer of the object, etc...

Parameters:
strm C++ i/o stream to dump the object to

Implements BESAbstractModule.

Definition at line 48 of file Module.cc.

References BESIndent::LMarg().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Wed Aug 29 03:03:53 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.5.2