OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
ServerExitConditions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#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
 

Macro Definition Documentation

◆ CHILD_SUBPROCESS_READY

#define CHILD_SUBPROCESS_READY   6

Definition at line 48 of file ServerExitConditions.h.

Referenced by BESServerHandler::handle().

◆ SERVER_EXIT_ABNORMAL_TERMINATION

#define SERVER_EXIT_ABNORMAL_TERMINATION   2

Definition at line 40 of file ServerExitConditions.h.

Referenced by pr_exit().

◆ SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION

#define SERVER_EXIT_CHILD_SUBPROCESS_ABNORMAL_TERMINATION   5

Definition at line 46 of file ServerExitConditions.h.

Referenced by BESServerHandler::handle().

◆ SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION

#define SERVER_EXIT_CHILD_SUBPROCESS_NORMAL_TERMINATION   4

Definition at line 44 of file ServerExitConditions.h.

Referenced by BESServerHandler::handle().

◆ SERVER_EXIT_FATAL_CAN_NOT_START

#define SERVER_EXIT_FATAL_CAN_NOT_START   1

◆ SERVER_EXIT_NORMAL_SHUTDOWN

#define SERVER_EXIT_NORMAL_SHUTDOWN   0

◆ SERVER_EXIT_RESTART

#define SERVER_EXIT_RESTART   3

Definition at line 41 of file ServerExitConditions.h.

Referenced by pr_exit(), and ServerApp::signalRestart().

◆ SERVER_EXIT_UNDEFINED_STATE

#define SERVER_EXIT_UNDEFINED_STATE   7

Definition at line 51 of file ServerExitConditions.h.

Referenced by pr_exit().