27#ifndef A_GetBesCommand_h
28#define A_GetBesCommand_h 1
30#include "BESXMLCommand.h"
31#include "BESDataHandlerInterface.h"
33#define SHOW_BES_KEY_RESPONSE_STR "showBesKey"
34#define SHOW_BES_KEY_RESPONSE "show.besKey"
35#define BES_KEY_RESPONSE "BesKey"
38#define SBK_DEBUG_KEY "show-bes-key"
43 virtual ~ShowBesKeyCommand()
54 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?