#include <BESDefaultCommands.h>
Static Public Member Functions | |
static int | initialize (int argc, char **argv) |
static int | terminate (void) |
Definition at line 36 of file BESDefaultCommands.h.
int BESDefaultCommands::initialize | ( | int | argc, | |
char ** | argv | |||
) | [static] |
Definition at line 59 of file BESDefaultCommands.cc.
References BESCommand::add_command(), BESDEBUG, CONFIG_RESPONSE, DEFINE_RESPONSE, DELETE_CONTAINER, DELETE_CONTAINERS, DELETE_DEFINITION, DELETE_DEFINITIONS, DELETE_RESPONSE, GET_RESPONSE, HELP_RESPONSE, PROCESS_RESPONSE, SET_CONTEXT, SET_RESPONSE, SETCONTAINER, SHOW_CONTEXT, SHOW_RESPONSE, SHOWCONTAINERS_RESPONSE, SHOWDEFS_RESPONSE, STATUS_RESPONSE, BESCommand::TermCommand, and VERS_RESPONSE.
Referenced by BESApacheWrapper::BESApacheWrapper(), and ServerApp::initialize().
Here is the call graph for this function:
int BESDefaultCommands::terminate | ( | void | ) | [static] |
Definition at line 141 of file BESDefaultCommands.cc.
References BESDEBUG, CONFIG_RESPONSE, DEFINE_RESPONSE, BESCommand::del_command(), DELETE_CONTAINER, DELETE_CONTAINERS, DELETE_DEFINITION, DELETE_DEFINITIONS, DELETE_RESPONSE, GET_RESPONSE, HELP_RESPONSE, PROCESS_RESPONSE, SET_CONTEXT, SET_RESPONSE, SETCONTAINER, SHOW_CONTEXT, SHOW_RESPONSE, SHOWCONTAINERS_RESPONSE, SHOWDEFS_RESPONSE, STATUS_RESPONSE, and VERS_RESPONSE.
Referenced by ServerApp::terminate().
Here is the call graph for this function: