25#ifndef A_ShowPathInfoCommand_h
26#define A_ShowPathInfoCommand_h 1
28#include "BESXMLCommand.h"
29#include "BESDataHandlerInterface.h"
31#define SHOW_PATH_INFO_RESPONSE_STR "showPathInfo"
37 virtual ~ShowPathInfoCommand()
48 virtual void dump(std::ostream &strm)
const;
Structure storing information used by the BES to handle the request.
Base class for the BES's commands.
BESXMLCommand(const BESDataHandlerInterface &base_dhi)
Creates a BESXMLCommand document given a base data handler interface object.
virtual void parse_request(xmlNode *node)
parse a show command. No properties or children elements
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual bool has_response()
Does this command return a response to the client?