CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
notify::msg::Message Class Referenceabstract

#include <messages.h>

Inheritance diagram for notify::msg::Message:

Public Member Functions

virtual void ToJSONString (std::string *s)=0
 
virtual bool FromJSONString (const std::string &s)=0
 
virtual ~Message ()
 

Detailed Description

The base class of all notification messages

All notifications inherit from this base class and need to implement the JSON serialization and deserialization methods.

Definition at line 22 of file messages.h.

Constructor & Destructor Documentation

virtual notify::msg::Message::~Message ( )
inlinevirtual

Definition at line 27 of file messages.h.

Member Function Documentation

virtual bool notify::msg::Message::FromJSONString ( const std::string &  s)
pure virtual

Implemented in notify::msg::Activity.

virtual void notify::msg::Message::ToJSONString ( std::string *  s)
pure virtual

Implemented in notify::msg::Activity.


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