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. | |
static int | terminate (void) |
Cleans up the DAP XML commands from the list of possible commands. |
Definition at line 36 of file BESXMLDefaultCommands.h.
int BESXMLDefaultCommands::initialize | ( | int | argc, |
char ** | argv | ||
) | [static] |
Loads the default set of BES XML commands.
Definition at line 57 of file BESXMLDefaultCommands.cc.
References BESXMLCommand::add_command(), BESDEBUG, BESXMLDeleteDefinitionsCommand::CommandBuilder(), BESXMLDeleteDefinitionCommand::CommandBuilder(), BESXMLDeleteContainersCommand::CommandBuilder(), BESXMLDeleteContainerCommand::CommandBuilder(), BESXMLGetCommand::CommandBuilder(), BESXMLDefineCommand::CommandBuilder(), BESXMLSetContainerCommand::CommandBuilder(), BESXMLSetContextCommand::CommandBuilder(), BESXMLShowErrorCommand::CommandBuilder(), BESXMLShowCommand::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.
int BESXMLDefaultCommands::terminate | ( | void | ) | [static] |
Cleans up the DAP XML commands from the list of possible commands.
Removes the default set of BES XML commands from the list of possible commands.
When the BES is being shut down, each dynamically loaded module is allowed to clean up after itself before the module is unloaded. This function is called to do the cleanup work for the DAP XML command module
modname | The name of the DAP XML command module. |
Definition at line 85 of file BESXMLDapCommandModule.cc.
References BESDEBUG, CATALOG_RESPONSE_STR, DATADDX_RESPONSE, BESXMLCommand::del_command(), and SHOW_INFO_RESPONSE_STR.