CMS 3D CMS Logo

cond::SessionMonitor Struct Reference

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

#include <IOPool/CMSSealPlugins/plugins/SQLMonitoringService.h>

List of all members.

Public Member Functions

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

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 9 of file SQLMonitoringService.cc.

00010       : active( false ), level( coral::monitor::Default ), stream()
00011     {
00012     }

cond::SessionMonitor::SessionMonitor ( bool  act,
coral::monitor::Level  lvl 
)

Definition at line 14 of file SQLMonitoringService.cc.

00015       : active( act ), level( lvl ), stream()
00016     {
00017     }


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.


The documentation for this struct was generated from the following files:
Generated on Tue Jun 9 18:36:49 2009 for CMSSW by  doxygen 1.5.4