BESXMLSetContainerCommand Class Reference

#include <BESXMLSetContainerCommand.h>

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

List of all members.

Public Member Functions

 BESXMLSetContainerCommand (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 ~BESXMLSetContainerCommand ()

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 BESXMLSetContainerCommand.h.


Constructor & Destructor Documentation

BESXMLSetContainerCommand::BESXMLSetContainerCommand ( const BESDataHandlerInterface base_dhi  ) 

Definition at line 42 of file BESXMLSetContainerCommand.cc.

Referenced by CommandBuilder().

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

Definition at line 43 of file BESXMLSetContainerCommand.h.


Member Function Documentation

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

Definition at line 134 of file BESXMLSetContainerCommand.cc.

References BESXMLSetContainerCommand().

Referenced by BESXMLDefaultCommands::initialize().

Here is the call graph for this function:

bool BESXMLCommand::del_command ( const string &  cmd_str  )  [static, inherited]
void BESXMLSetContainerCommand::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 124 of file BESXMLSetContainerCommand.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 BESXMLSetContainerCommand::has_response (  )  [inline, virtual]

Implements BESXMLCommand.

Definition at line 47 of file BESXMLSetContainerCommand.h.

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

parse a show command.

No properties or children elements

<setContainer name="c" space="catalog">data/nc/fnoc1.nc</setContainer>

Parameters:
node xml2 element node pointer

Implements BESXMLCommand.

Definition at line 54 of file BESXMLSetContainerCommand.cc.

References BESXMLCommand::_dhi, BESXMLCommand::_str_cmd, BESDataHandlerInterface::action, CONTAINER_TYPE, BESDataHandlerInterface::data, BESXMLUtils::GetNodeInfo(), PERSISTENCE_VOLATILE, REAL_NAME, BESXMLCommand::set_response(), SETCONTAINER, SETCONTAINER_STR, STORE_NAME, and SYMBOLIC_NAME.

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 18 Feb 2010 for OPeNDAP Hyrax Back End Server (BES) by  doxygen 1.6.1