CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
cond::SessionMonitor Struct Reference

The session related book-keeping of monitored events. More...

#include <SQLMonitoringService.h>

Public Member Functions

 SessionMonitor ()
 
 SessionMonitor (bool, coral::monitor::Level)
 

Public Attributes

bool active
 
coral::monitor::Level level
 
EventStream stream
 

Detailed Description

The session related book-keeping of monitored events.

Definition at line 27 of file SQLMonitoringService.h.

Constructor & Destructor Documentation

cond::SessionMonitor::SessionMonitor ( )

Definition at line 11 of file SQLMonitoringService.cc.

12  : active( false ), level( coral::monitor::Default ), stream()
13  {
14  }
#define Default
Definition: vmac.h:108
coral::monitor::Level level
cond::SessionMonitor::SessionMonitor ( bool  act,
coral::monitor::Level  lvl 
)

Definition at line 16 of file SQLMonitoringService.cc.

17  : active( act ), level( lvl ), stream()
18  {
19  }
coral::monitor::Level level

Member Data Documentation

bool cond::SessionMonitor::active

Definition at line 31 of file SQLMonitoringService.h.

coral::monitor::Level cond::SessionMonitor::level

Definition at line 32 of file SQLMonitoringService.h.

EventStream cond::SessionMonitor::stream

Definition at line 33 of file SQLMonitoringService.h.