0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
Hypertable::NotificationMessage Class Reference

Holds a notification message to be deliverd to the administrator. More...

#include <NotificationMessage.h>

Collaboration diagram for Hypertable::NotificationMessage:
Collaboration graph
[legend]

Public Member Functions

 NotificationMessage (const String &s, const String &b)
 Constructor. More...
 

Public Attributes

String subject
 Message subject. More...
 
String body
 Message body. More...
 

Detailed Description

Holds a notification message to be deliverd to the administrator.

Definition at line 40 of file NotificationMessage.h.

Constructor & Destructor Documentation

Hypertable::NotificationMessage::NotificationMessage ( const String s,
const String b 
)
inline

Constructor.

Parameters
sMessage subject
bMessage body

Definition at line 47 of file NotificationMessage.h.

Member Data Documentation

String Hypertable::NotificationMessage::body

Message body.

Definition at line 54 of file NotificationMessage.h.

String Hypertable::NotificationMessage::subject

Message subject.

Definition at line 51 of file NotificationMessage.h.


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