OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <BESXMLDefaultCommands.h>
Static Public Member Functions | |
static int | initialize (int argc, char **argv) |
Loads the default set of BES XML commands. More... | |
static int | terminate (void) |
Removes the default set of BES XML commands from the list of possible commands. More... | |
Definition at line 36 of file BESXMLDefaultCommands.h.
|
static |
Loads the default set of BES XML commands.
Definition at line 57 of file BESXMLDefaultCommands.cc.
References BESXMLCommand::add_command(), BESDEBUG, BESXMLShowCommand::CommandBuilder(), BESXMLShowErrorCommand::CommandBuilder(), BESXMLSetContextCommand::CommandBuilder(), BESXMLSetContainerCommand::CommandBuilder(), BESXMLDeleteContainerCommand::CommandBuilder(), BESXMLDeleteContainersCommand::CommandBuilder(), BESXMLDeleteDefinitionCommand::CommandBuilder(), BESXMLDeleteDefinitionsCommand::CommandBuilder(), BESXMLGetCommand::CommandBuilder(), BESXMLDefineCommand::CommandBuilder(), CONFIG_RESPONSE_STR, DEFINE_RESPONSE_STR, DELETE_CONTAINER_STR, DELETE_CONTAINERS_STR, DELETE_DEFINITION_STR, DELETE_DEFINITIONS_STR, GET_RESPONSE, HELP_RESPONSE_STR, PROCESS_RESPONSE_STR, SERVICE_RESPONSE_STR, SET_CONTEXT_STR, SETCONTAINER_STR, SHOW_CONTEXT_STR, SHOW_ERROR_STR, SHOWCONTAINERS_RESPONSE_STR, SHOWDEFS_RESPONSE_STR, STATUS_RESPONSE_STR, and VERS_RESPONSE_STR.
Referenced by ServerApp::initialize(), and StandAloneApp::initialize().
|
static |
Removes the default set of BES XML commands from the list of possible commands.
Definition at line 164 of file BESXMLDefaultCommands.cc.
References BESDEBUG, CONFIG_RESPONSE_STR, DEFINE_RESPONSE_STR, BESXMLCommand::del_command(), DELETE_CONTAINER_STR, DELETE_CONTAINERS_STR, DELETE_DEFINITION_STR, GET_RESPONSE, HELP_RESPONSE_STR, PROCESS_RESPONSE_STR, SET_CONTEXT_STR, SETCONTAINER_STR, SHOW_CONTEXT_STR, SHOWCONTAINERS_RESPONSE_STR, SHOWDEFS_RESPONSE_STR, STATUS_RESPONSE_STR, and VERS_RESPONSE_STR.
Referenced by ServerApp::terminate(), and StandAloneApp::terminate().