Go to the source code of this file.
Defines | |
#define | ServerExitConditions_h_ 1 |
#define | SERVER_EXIT_NORMAL_SHUTDOWN 0 |
#define | SERVER_EXIT_FATAL_CAN_NOT_START 1 |
#define | SERVER_EXIT_ABNORMAL_TERMINATION 2 |
#define | SERVER_EXIT_RESTART 3 |
#define | SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION 4 |
#define | SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION 5 |
#define | CHILD_SUBPROCESS_READY 6 |
#define | SERVER_EXIT_UNDEFINED_STATE 7 |
#define CHILD_SUBPROCESS_READY 6 |
#define SERVER_EXIT_ABNORMAL_TERMINATION 2 |
Referenced by pr_exit().
#define SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION 5 |
Referenced by BESServerHandler::handle().
#define SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION 4 |
Referenced by BESServerHandler::handle().
#define SERVER_EXIT_FATAL_CAN_NOT_START 1 |
Referenced by BESServerHandler::BESServerHandler(), ServerApp::initialize(), main(), and pr_exit().
#define SERVER_EXIT_NORMAL_SHUTDOWN 0 |
Referenced by pr_exit(), ServerApp::signalInterrupt(), and ServerApp::signalTerminate().
#define SERVER_EXIT_RESTART 3 |
Referenced by pr_exit(), and ServerApp::signalRestart().
#define SERVER_EXIT_UNDEFINED_STATE 7 |
Referenced by pr_exit().
#define ServerExitConditions_h_ 1 |