#include <IOPool/CMSSealPlugins/plugins/SQLMonitoringService.h>
Public Member Functions | |
SessionMonitor (bool, coral::monitor::Level) | |
SessionMonitor () | |
Public Attributes | |
bool | active |
coral::monitor::Level | level |
EventStream | stream |
Definition at line 27 of file SQLMonitoringService.h.
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 31 of file SQLMonitoringService.h.
coral::monitor::Level cond::SessionMonitor::level |
Definition at line 32 of file SQLMonitoringService.h.
Definition at line 33 of file SQLMonitoringService.h.