CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
download::HealthCheck Class Referenceabstract

#include <health_check.h>

Inheritance diagram for download::HealthCheck:
Collaboration diagram for download::HealthCheck:

Public Member Functions

 HealthCheck ()
 
virtual ~HealthCheck ()
 
virtual void StartHealthcheck ()=0
 
virtual void StopHealthcheck ()=0
 

Additional Inherited Members

- Private Member Functions inherited from SingleCopy
 SingleCopy ()
 

Detailed Description

Interface class for a continuous health check of the proxies used in the download manager.

Must be used by a specific implementation. From the layout it is expected that the specific health check implementation creates a thread/fork where the health check is continuously performed.

Note
compile-time interfaces are work in progress

Definition at line 22 of file health_check.h.

Constructor & Destructor Documentation

download::HealthCheck::HealthCheck ( )
inline

Definition at line 24 of file health_check.h.

virtual download::HealthCheck::~HealthCheck ( )
inlinevirtual

Definition at line 25 of file health_check.h.

Member Function Documentation

virtual void download::HealthCheck::StartHealthcheck ( )
pure virtual
virtual void download::HealthCheck::StopHealthcheck ( )
pure virtual

The documentation for this class was generated from the following file: