Go to the source code of this file.
Defines | |
#define | CHILD_SUBPROCESS_READY 6 |
#define | SERVER_EXIT_ABNORMAL_TERMINATION 2 |
#define | SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION 5 |
#define | SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION 4 |
#define | SERVER_EXIT_FATAL_CAN_NOT_START 1 |
#define | SERVER_EXIT_NORMAL_SHUTDOWN 0 |
#define | SERVER_EXIT_RESTART 3 |
#define | SERVER_EXIT_UNDEFINED_STATE 7 |
#define CHILD_SUBPROCESS_READY 6 |
Definition at line 48 of file ServerExitConditions.h.
#define SERVER_EXIT_ABNORMAL_TERMINATION 2 |
Definition at line 40 of file ServerExitConditions.h.
Referenced by pr_exit().
#define SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION 5 |
Definition at line 46 of file ServerExitConditions.h.
Referenced by BESServerHandler::handle().
#define SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION 4 |
Definition at line 44 of file ServerExitConditions.h.
Referenced by BESServerHandler::handle().
#define SERVER_EXIT_FATAL_CAN_NOT_START 1 |
Definition at line 39 of file ServerExitConditions.h.
Referenced by BESServerHandler::BESServerHandler(), ServerApp::initialize(), main(), and pr_exit().
#define SERVER_EXIT_NORMAL_SHUTDOWN 0 |
Definition at line 38 of file ServerExitConditions.h.
Referenced by pr_exit(), ServerApp::signalInterrupt(), and ServerApp::signalTerminate().
#define SERVER_EXIT_RESTART 3 |
Definition at line 41 of file ServerExitConditions.h.
Referenced by pr_exit(), and ServerApp::signalRestart().
#define SERVER_EXIT_UNDEFINED_STATE 7 |
Definition at line 51 of file ServerExitConditions.h.