BESXMLCatalogCommand Class Reference

#include <BESXMLCatalogCommand.h>

Inheritance diagram for BESXMLCatalogCommand:
Inheritance graph
[legend]
Collaboration diagram for BESXMLCatalogCommand:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BESXMLCatalogCommand (const BESDataHandlerInterface &base_dhi)
virtual void dump (ostream &strm) const
 dumps information about this object
virtual BESDataHandlerInterfaceget_dhi ()
virtual bool has_response ()
virtual void parse_request (xmlNode *node)
 parse a show command.
virtual void prep_request ()
virtual ~BESXMLCatalogCommand ()

Static Public Member Functions

static void add_command (const string &cmd_str, p_xmlcmd_builder cmd)
static BESXMLCommandCommandBuilder (const BESDataHandlerInterface &base_dhi)
static bool del_command (const string &cmd_str)
static p_xmlcmd_builder find_command (const string &cmd_str)

Protected Member Functions

virtual void set_response ()

Protected Attributes

BESDataHandlerInterface _dhi
string _str_cmd

Detailed Description

Definition at line 39 of file BESXMLCatalogCommand.h.


Constructor & Destructor Documentation

BESXMLCatalogCommand::BESXMLCatalogCommand ( const BESDataHandlerInterface base_dhi  ) 

Definition at line 42 of file BESXMLCatalogCommand.cc.

Referenced by CommandBuilder().

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

Definition at line 43 of file BESXMLCatalogCommand.h.


Member Function Documentation

void BESXMLCommand::add_command ( const string &  cmd_str,
p_xmlcmd_builder  cmd 
) [static, inherited]
BESXMLCommand * BESXMLCatalogCommand::CommandBuilder ( const BESDataHandlerInterface base_dhi  )  [static]

Definition at line 106 of file BESXMLCatalogCommand.cc.

References BESXMLCatalogCommand().

Referenced by BESXMLDapCommandModule::initialize().

Here is the call graph for this function:

bool BESXMLCommand::del_command ( const string &  cmd_str  )  [static, inherited]
void BESXMLCatalogCommand::dump ( ostream &  strm  )  const [virtual]

dumps information about this object

Displays the pointer value of this instance

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

Reimplemented from BESXMLCommand.

Definition at line 96 of file BESXMLCatalogCommand.cc.

References BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Here is the call graph for this function:

p_xmlcmd_builder BESXMLCommand::find_command ( const string &  cmd_str  )  [static, inherited]
virtual BESDataHandlerInterface& BESXMLCommand::get_dhi (  )  [inline, virtual, inherited]
virtual bool BESXMLCatalogCommand::has_response (  )  [inline, virtual]

Implements BESXMLCommand.

Definition at line 47 of file BESXMLCatalogCommand.h.

void BESXMLCatalogCommand::parse_request ( xmlNode *  node  )  [virtual]

parse a show command.

No properties or children elements

<deleteContainer name="containerName" store="storeName">

Parameters:
node xml2 element node pointer

Implements BESXMLCommand.

Definition at line 54 of file BESXMLCatalogCommand.cc.

References BESXMLCommand::_dhi, BESDataHandlerInterface::action, CATALOG_OR_INFO, CATALOG_RESPONSE, CATALOG_RESPONSE_STR, CONTAINER, BESDataHandlerInterface::data, BESXMLUtils::GetNodeInfo(), BESXMLCommand::set_response(), SHOW_INFO_RESPONSE, and SHOW_INFO_RESPONSE_STR.

Here is the call graph for this function:

virtual void BESXMLCommand::prep_request (  )  [inline, virtual, inherited]

Reimplemented in SampleSayXMLCommand, BESXMLDefineCommand, and BESXMLGetCommand.

Definition at line 66 of file BESXMLCommand.h.

Referenced by BESXMLGetCommand::prep_request().

void BESXMLCommand::set_response (  )  [protected, virtual, inherited]

Member Data Documentation

string BESXMLCommand::_str_cmd [protected, inherited]

The documentation for this class was generated from the following files:

Generated on 19 Feb 2010 for OPeNDAP Hyrax Back End Server (BES) by  doxygen 1.6.1