1#ifndef Cpl_System_Shutdown_h_
2#define Cpl_System_Shutdown_h_
16#include "colony_config.h"
23#ifndef OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE
24#define OPTION_CPL_SYSTEM_SHUTDOWN_SUCCESS_ERROR_CODE 0
31#ifndef OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE
32#define OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE 1
77 virtual int notify(
int exit_code ) = 0;
#define OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE
Specifies the default value used for the application exit code when terminating 'on a failure'.
Definition Shutdown.h:32
This class is used by the Container classes to implement a various types of singly linked containers.
Definition Item.h:33
This call defines the callback interface that is used when the application is shutdown.
Definition Shutdown.h:62
virtual ~Handler()
Ensure the destructor is virtual.
Definition Shutdown.h:81
virtual int notify(int exit_code)=0
This method is called when the application is shutting down.
This class defines methods for forcibly terminating the application.
Definition Shutdown.h:56
static int failure(int exit_code=OPTION_CPL_SYSTEM_SHUTDOWN_FAILURE_ERROR_CODE)
This function will force a shutdown of the application with a 'failure' exit code.
static void registerHandler(Shutdown::Handler &instanceToRegister)
This method is used to register a callback method that will be called when success() or failure() is ...
static int success(void)
This function will force a shutdown of the application with a 'success' exit code.
static int notifyShutdownHandlers_(int exit_code)
This COMPONENT Scoped method.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20