The Gaudi Framework  v33r0 (d5ea422b)
IncidentSvc Class Reference

Default implementation of the IIncidentSvc interface. More...

#include <src/IncidentSvc/IncidentSvc.h>

Inheritance diagram for IncidentSvc:
Collaboration diagram for IncidentSvc:

Classes

struct  Listener
 

Public Member Functions

StatusCode initialize () override
 
StatusCode finalize () override
 
void addListener (IIncidentListener *lis, const std::string &type="", long priority=0, bool rethrow=false, bool singleShot=false) override
 
void removeListener (IIncidentListener *l, const std::string &type="") override
 
void fireIncident (const Incident &incident) override
 
void fireIncident (std::unique_ptr< Incident > incident) override
 
void getListeners (std::vector< IIncidentListener * > &lis, const std::string &type="") const override
 
 IncidentSvc (const std::string &name, ISvcLocator *svc)
 
 ~IncidentSvc () override
 
IIncidentSvc::IncidentPack getIncidents (const EventContext *ctx) override
 
- Public Member Functions inherited from extends< Service, IIncidentSvc >
void * i_cast (const InterfaceID &tid) const override
 Implementation of IInterface::i_cast. More...
 
StatusCode queryInterface (const InterfaceID &ti, void **pp) override
 Implementation of IInterface::queryInterface. More...
 
std::vector< std::stringgetInterfaceNames () const override
 Implementation of IInterface::getInterfaceNames. More...
 
- Public Member Functions inherited from Service
const std::stringname () const override
 Retrieve name of the service. More...
 
StatusCode configure () override
 
StatusCode initialize () override
 
StatusCode start () override
 
StatusCode stop () override
 
StatusCode finalize () override
 
StatusCode terminate () override
 
Gaudi::StateMachine::State FSMState () const override
 
Gaudi::StateMachine::State targetFSMState () const override
 
StatusCode reinitialize () override
 
StatusCode restart () override
 
StatusCode sysInitialize () override
 Initialize Service. More...
 
StatusCode sysStart () override
 Initialize Service. More...
 
StatusCode sysStop () override
 Initialize Service. More...
 
StatusCode sysFinalize () override
 Finalize Service. More...
 
StatusCode sysReinitialize () override
 Re-initialize the Service. More...
 
StatusCode sysRestart () override
 Re-initialize the Service. More...
 
 Service (std::string name, ISvcLocator *svcloc)
 Standard Constructor. More...
 
SmartIF< ISvcLocator > & serviceLocator () const override
 Retrieve pointer to service locator. More...
 
StatusCode setProperties ()
 Method for setting declared properties to the values specified for the job. More...
 
template<class T >
StatusCode service (const std::string &name, const T *&psvc, bool createIf=true) const
 Access a service by name, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode service (const std::string &name, T *&psvc, bool createIf=true) const
 
template<typename IFace = IService>
SmartIF< IFace > service (const std::string &name, bool createIf=true) const
 
template<class T >
StatusCode service (const std::string &svcType, const std::string &svcName, T *&psvc) const
 Access a service by name and type, creating it if it doesn't already exist. More...
 
template<class T >
StatusCode declareTool (ToolHandle< T > &handle, std::string toolTypeAndName, bool createIf=true)
 Declare used tool. More...
 
SmartIF< IAuditorSvc > & auditorSvc () const
 The standard auditor service.May not be invoked before sysInitialize() has been invoked. More...
 
- Public Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 PropertyHolder ()=default
 
Gaudi::Details::PropertyBasedeclareProperty (Gaudi::Details::PropertyBase &prop)
 Declare a property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, TYPE &value, const std::string &doc="none")
 Helper to wrap a regular data member and use it as a regular property. More...
 
Gaudi::Details::PropertyBasedeclareProperty (const std::string &name, Gaudi::Property< TYPE, VERIFIER, HANDLERS > &prop, const std::string &doc="none")
 Declare a PropertyBase instance setting name and documentation. More...
 
Gaudi::Details::PropertyBasedeclareRemoteProperty (const std::string &name, IProperty *rsvc, const std::string &rname="")
 Declare a remote property. More...
 
StatusCode setProperty (const Gaudi::Details::PropertyBase &p) override
 set the property form another property More...
 
StatusCode setProperty (const std::string &s) override
 set the property from the formatted string More...
 
StatusCode setProperty (const std::string &n, const std::string &v) override
 set the property from name and the value More...
 
StatusCode setProperty (const std::string &name, const TYPE &value)
 set the property form the value More...
 
StatusCode getProperty (Gaudi::Details::PropertyBase *p) const override
 get the property More...
 
const Gaudi::Details::PropertyBasegetProperty (const std::string &name) const override
 get the property by name More...
 
StatusCode getProperty (const std::string &n, std::string &v) const override
 convert the property to the string More...
 
const std::vector< Gaudi::Details::PropertyBase * > & getProperties () const override
 get all properties More...
 
bool hasProperty (const std::string &name) const override
 Return true if we have a property with the given name. More...
 
 PropertyHolder (const PropertyHolder &)=delete
 
PropertyHolderoperator= (const PropertyHolder &)=delete
 
- Public Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level msgLevel () const
 get the cached level (originally extracted from the embedded MsgStream) More...
 
bool msgLevel (MSG::Level lvl) const
 get the output level from the embedded MsgStream More...
 
MSG::Level outputLevel () const
 Backward compatibility function for getting the output level. More...
 
- Public Member Functions inherited from CommonMessagingBase
virtual ~CommonMessagingBase ()=default
 Virtual destructor. More...
 
const SmartIF< IMessageSvc > & msgSvc () const
 The standard message service. More...
 
MsgStreammsgStream () const
 Return an uninitialized MsgStream. More...
 
MsgStreammsgStream (const MSG::Level level) const
 Predefined configurable message stream for the efficient printouts. More...
 
MsgStreamalways () const
 shortcut for the method msgStream(MSG::ALWAYS) More...
 
MsgStreamfatal () const
 shortcut for the method msgStream(MSG::FATAL) More...
 
MsgStreamerr () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamerror () const
 shortcut for the method msgStream(MSG::ERROR) More...
 
MsgStreamwarning () const
 shortcut for the method msgStream(MSG::WARNING) More...
 
MsgStreaminfo () const
 shortcut for the method msgStream(MSG::INFO) More...
 
MsgStreamdebug () const
 shortcut for the method msgStream(MSG::DEBUG) More...
 
MsgStreamverbose () const
 shortcut for the method msgStream(MSG::VERBOSE) More...
 
MsgStreammsg () const
 shortcut for the method msgStream(MSG::INFO) More...
 

Private Types

typedef std::list< ListenerListenerList
 
typedef GaudiUtils::HashMap< Gaudi::StringKey, std::unique_ptr< ListenerList > > ListenerMap
 
typedef tbb::concurrent_queue< Incident * > IncQueue_t
 

Private Member Functions

ListenerMap::iterator removeListenerFromList (ListenerMap::iterator, IIncidentListener *item, bool scheduleRemoval)
 
void i_fireIncident (const Incident &incident, const std::string &type)
 Internal function to allow incidents listening to all events. More...
 

Private Attributes

ListenerMap m_listenerMap
 List of auditor names. More...
 
const std::stringm_currentIncidentType = nullptr
 Incident being fired. More...
 
std::recursive_mutex m_listenerMapMutex
 Mutex to synchronize access to m_listenerMap. More...
 
ChronoEntity m_timer
 timer & it's lock More...
 
bool m_timerLock = false
 
tbb::concurrent_unordered_map< EventContext, IncQueue_t, EventContextHash, EventContextHashm_firedIncidents
 

Additional Inherited Members

- Public Types inherited from extends< Service, IIncidentSvc >
using base_class = extends
 Typedef to this class. More...
 
using extend_interfaces_base = extend_interfaces< Interfaces... >
 Typedef to the base of this class. More...
 
- Public Types inherited from Service
using Factory = Gaudi::PluginService::Factory< IService *(const std::string &, ISvcLocator *)>
 
- Public Types inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
using PropertyHolderImpl = PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
 Typedef used to refer to this class from derived classes, as in. More...
 
- Public Types inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
using base_class = CommonMessaging
 
- Public Types inherited from extend_interfaces< Interfaces... >
using ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids... >::type
 take union of the ext_iids of all Interfaces... More...
 
- Protected Member Functions inherited from Service
 ~Service () override
 Standard Destructor. More...
 
int outputLevel () const
 get the Service's output level More...
 
- Protected Member Functions inherited from PropertyHolder< CommonMessaging< implements< IService, IProperty, IStateful > > >
Gaudi::Details::PropertyBaseproperty (const std::string &name) const
 
- Protected Member Functions inherited from CommonMessaging< implements< IService, IProperty, IStateful > >
MSG::Level setUpMessaging () const
 Set up local caches. More...
 
MSG::Level resetMessaging ()
 Reinitialize internal states. More...
 
void updateMsgStreamOutputLevel (int level)
 Update the output level of the cached MsgStream. More...
 
- Protected Attributes inherited from Service
Gaudi::StateMachine::State m_state = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::StateMachine::State m_targetState = Gaudi::StateMachine::OFFLINE
 Service state. More...
 
Gaudi::Property< int > m_outputLevel {this, "OutputLevel", MSG::NIL, "output level"}
 
Gaudi::Property< bool > m_auditInit {this, "AuditServices", false, " unused"}
 
Gaudi::Property< bool > m_auditorInitialize {this, "AuditInitialize", false, "trigger auditor on initialize()"}
 
Gaudi::Property< bool > m_auditorStart {this, "AuditStart", false, "trigger auditor on start()"}
 
Gaudi::Property< bool > m_auditorStop {this, "AuditStop", false, "trigger auditor on stop()"}
 
Gaudi::Property< bool > m_auditorFinalize {this, "AuditFinalize", false, "trigger auditor on finalize()"}
 
Gaudi::Property< bool > m_auditorReinitialize {this, "AuditReinitialize", false, "trigger auditor on reinitialize()"}
 
Gaudi::Property< bool > m_auditorRestart {this, "AuditRestart", false, "trigger auditor on restart()"}
 
SmartIF< IAuditorSvcm_pAuditorSvc
 Auditor Service. More...
 

Detailed Description

Default implementation of the IIncidentSvc interface.

This implementation is thread-safe with the following features:

Definition at line 48 of file IncidentSvc.h.

Member Typedef Documentation

◆ IncQueue_t

typedef tbb::concurrent_queue<Incident*> IncidentSvc::IncQueue_t
private

Definition at line 112 of file IncidentSvc.h.

◆ ListenerList

Definition at line 64 of file IncidentSvc.h.

◆ ListenerMap

Constructor & Destructor Documentation

◆ IncidentSvc()

IncidentSvc::IncidentSvc ( const std::string name,
ISvcLocator svc 
)

Definition at line 59 of file IncidentSvc.cpp.

59 : base_class( name, svc ) {}
extends base_class
Typedef to this class.
Definition: extends.h:24
const std::string & name() const override
Retrieve name of the service.
Definition: Service.cpp:284

◆ ~IncidentSvc()

IncidentSvc::~IncidentSvc ( )
override

Definition at line 61 of file IncidentSvc.cpp.

std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
T lock(T... args)

Member Function Documentation

◆ addListener()

void IncidentSvc::addListener ( IIncidentListener lis,
const std::string type = "",
long  priority = 0,
bool  rethrow = false,
bool  singleShot = false 
)
override

Definition at line 101 of file IncidentSvc.cpp.

102  {
103  static const std::string all{"ALL"};
105 
106  const std::string& ltype = ( !type.empty() ? type : all );
107 
108  // find if the type already exists
109  auto itMap = m_listenerMap.find( ltype );
110  if ( itMap == m_listenerMap.end() ) {
111  // if not found, create and insert now a list of listeners
112  auto p = m_listenerMap.insert( {ltype, std::make_unique<ListenerList>()} );
113  if ( !p.second ) { /* OOPS */
114  }
115  itMap = p.first;
116  }
117  auto& llist = *itMap->second;
118  // add Listener ordered by priority -- higher priority first,
119  // and then add behind listeneres with the same priority
120  // -- so we skip over all items with higher or same priority
121  auto i = std::partition_point( std::begin( llist ), std::end( llist ),
122  [&]( const Listener& j ) { return j.priority >= prio; } );
123  // We insert before the current position
124  DEBMSG << "Adding [" << type << "] listener '" << getListenerName( lis ) << "' with priority " << prio << endmsg;
125  llist.emplace( i, lis, prio, rethrow, singleShot );
126 }
T partition_point(T... args)
T end(T... args)
#define DEBMSG
Definition: IncidentSvc.cpp:53
STL class.
std::pair< iterator, bool > insert(ValueType &&val)
Definition: Map.h:178
iterator end()
Definition: Map.h:140
std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
iterator find(const key_type &key)
Definition: Map.h:157
T lock(T... args)
T begin(T... args)
ListenerMap m_listenerMap
List of auditor names.
Definition: IncidentSvc.h:97
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ finalize()

StatusCode IncidentSvc::finalize ( )
override

Definition at line 81 of file IncidentSvc.cpp.

81  {
82  DEBMSG << m_timer.outputUserTime( "Incident timing: Mean(+-rms)/Min/Max:%3%(+-%4%)/%6%/%7%[ms] ", System::milliSec )
83  << m_timer.outputUserTime( "Total:%2%[s]", System::Sec ) << endmsg;
84 
85  {
86  // clear the local storage of allocated Incident objects.
88  for ( auto& fi : m_firedIncidents ) {
89  std::for_each( fi.second.unsafe_begin(), fi.second.unsafe_end(), []( auto i ) { delete i; } );
90  fi.second.clear();
91  }
92  m_firedIncidents.clear();
93  }
94 
95  // Finalize this specific service
96  return Service::finalize();
97 }
ChronoEntity m_timer
timer & it's lock
Definition: IncidentSvc.h:107
StatusCode finalize() override
Definition: Service.cpp:174
#define DEBMSG
Definition: IncidentSvc.cpp:53
std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
T lock(T... args)
tbb::concurrent_unordered_map< EventContext, IncQueue_t, EventContextHash, EventContextHash > m_firedIncidents
Definition: IncidentSvc.h:113
T for_each(T... args)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202
std::string outputUserTime() const
print the chrono ;

◆ fireIncident() [1/2]

void IncidentSvc::fireIncident ( const Incident incident)
override

Definition at line 235 of file IncidentSvc.cpp.

235  {
236 
238 
239  // Call specific listeners
240  i_fireIncident( incident, incident.type() );
241  // Try listeners registered for ALL incidents
242  if ( incident.type() != "ALL" ) { // avoid double calls if somebody fires the incident "ALL"
243  i_fireIncident( incident, "ALL" );
244  }
245 }
ChronoEntity m_timer
timer & it's lock
Definition: IncidentSvc.h:107
const std::string & type() const
Access to the incident type.
Definition: Incident.h:48
bool m_timerLock
Definition: IncidentSvc.h:108
Helper object, useful for measurement of CPU-performance of highly-recursive structures,...
Definition: LockedChrono.h:60
void i_fireIncident(const Incident &incident, const std::string &type)
Internal function to allow incidents listening to all events.

◆ fireIncident() [2/2]

void IncidentSvc::fireIncident ( std::unique_ptr< Incident incident)
override

Definition at line 247 of file IncidentSvc.cpp.

247  {
248 
249  DEBMSG << "Async incident '" << incident->type() << "' fired on context " << incident->context() << endmsg;
250  auto ctx = incident->context();
251  auto res = m_firedIncidents.insert( std::make_pair( ctx, IncQueue_t() ) );
252  res.first->second.push( incident.release() );
253 }
const std::string & type() const
Access to the incident type.
Definition: Incident.h:48
#define DEBMSG
Definition: IncidentSvc.cpp:53
EventContext context() const
Access to the EventContext of the source of the incident.
Definition: Incident.h:60
T release(T... args)
T make_pair(T... args)
tbb::concurrent_queue< Incident * > IncQueue_t
Definition: IncidentSvc.h:112
tbb::concurrent_unordered_map< EventContext, IncQueue_t, EventContextHash, EventContextHash > m_firedIncidents
Definition: IncidentSvc.h:113
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ getIncidents()

IIncidentSvc::IncidentPack IncidentSvc::getIncidents ( const EventContext ctx)
override

Definition at line 273 of file IncidentSvc.cpp.

273  {
275  if ( ctx ) {
276  auto incs = m_firedIncidents.find( *ctx );
277  if ( incs != m_firedIncidents.end() ) {
278  Incident* inc( 0 );
279 
280  DEBMSG << "Collecting listeners fired on context " << *ctx << endmsg;
281  while ( incs->second.try_pop( inc ) ) {
283  getListeners( ls, inc->type() );
284  p.incidents.emplace_back( std::move( inc ) );
285  p.listeners.emplace_back( std::move( ls ) );
286  }
287  }
288  }
289  return p;
290 }
#define DEBMSG
Definition: IncidentSvc.cpp:53
std::vector< std::unique_ptr< Incident > > incidents
Definition: IIncidentSvc.h:61
std::vector< std::vector< IIncidentListener * > > listeners
Definition: IIncidentSvc.h:62
T move(T... args)
void getListeners(std::vector< IIncidentListener * > &lis, const std::string &type="") const override
tbb::concurrent_unordered_map< EventContext, IncQueue_t, EventContextHash, EventContextHash > m_firedIncidents
Definition: IncidentSvc.h:113
STL class.
Base class for all Incidents (computing events).
Definition: Incident.h:27
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202
T emplace_back(T... args)

◆ getListeners()

void IncidentSvc::getListeners ( std::vector< IIncidentListener * > &  lis,
const std::string type = "" 
) const
override

Definition at line 256 of file IncidentSvc.cpp.

256  {
257  static const std::string ALL{"ALL"};
259 
260  const std::string& ltype = ( !type.empty() ? type : ALL );
261 
262  l.clear();
263  auto i = m_listenerMap.find( ltype );
264  if ( i != m_listenerMap.end() ) {
265  l.reserve( i->second->size() );
266  std::transform( std::begin( *i->second ), std::end( *i->second ), std::back_inserter( l ),
267  []( const Listener& j ) { return j.iListener; } );
268  }
269 }
T end(T... args)
STL class.
iterator end()
Definition: Map.h:140
std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
iterator find(const key_type &key)
Definition: Map.h:157
T lock(T... args)
dictionary l
Definition: gaudirun.py:543
T begin(T... args)
T back_inserter(T... args)
T transform(T... args)
ListenerMap m_listenerMap
List of auditor names.
Definition: IncidentSvc.h:97

◆ i_fireIncident()

void IncidentSvc::i_fireIncident ( const Incident incident,
const std::string type 
)
private

Internal function to allow incidents listening to all events.

Definition at line 167 of file IncidentSvc.cpp.

167  {
168 
170 
171  // Wouldn't it be better to write a small 'ReturnCode' service which
172  // looks for these 'special' incidents and does whatever needs to
173  // be done instead of making a special case here?
174 
175  // Special case: FailInputFile incident must set the application return code
176  if ( incident.type() == IncidentType::FailInputFile || incident.type() == IncidentType::CorruptedInputFile ) {
177  auto appmgr = serviceLocator()->as<IProperty>();
178  Gaudi::setAppReturnCode( appmgr, incident.type() == IncidentType::FailInputFile
181  .ignore();
182  }
183 
184  auto ilisteners = m_listenerMap.find( listenerType );
185  if ( m_listenerMap.end() == ilisteners ) return;
186 
187  // setting this pointer will avoid that a call to removeListener() during
188  // the loop triggers a segfault
189  m_currentIncidentType = &incident.type();
190 
191  bool firedSingleShot = false;
192 
193  auto& listeners = *ilisteners->second;
194 
195  for ( auto& listener : listeners ) {
196 
197  VERMSG << "Calling '" << getListenerName( listener.iListener ) << "' for incident [" << incident.type() << "]"
198  << endmsg;
199 
200  // handle exceptions if they occur
201  try {
202  listener.iListener->handle( incident );
203  } catch ( const GaudiException& exc ) {
204  error() << "Exception with tag=" << exc.tag()
205  << " is caught"
206  " handling incident "
208  error() << exc << endmsg;
209  if ( listener.rethrow ) { throw exc; }
210  } catch ( const std::exception& exc ) {
211  error() << "Standard std::exception is caught"
212  " handling incident "
214  error() << exc.what() << endmsg;
215  if ( listener.rethrow ) { throw exc; }
216  } catch ( ... ) {
217  error() << "UNKNOWN Exception is caught"
218  " handling incident "
220  if ( listener.rethrow ) { throw; }
221  }
222  // check wheter one of the listeners is singleShot
223  firedSingleShot |= listener.singleShot;
224  }
225  if ( firedSingleShot ) {
226  // remove all the singleshot listeners that got there shot...
227  listeners.erase( std::remove_if( std::begin( listeners ), std::end( listeners ), isSingleShot ),
228  std::end( listeners ) );
229  if ( listeners.empty() ) m_listenerMap.erase( ilisteners );
230  }
231 
232  m_currentIncidentType = nullptr;
233 }
SmartIF< ISvcLocator > & serviceLocator() const override
Retrieve pointer to service locator.
Definition: Service.cpp:287
Define general base for Gaudi exception.
const std::string & type() const
Access to the incident type.
Definition: Incident.h:48
virtual const std::string & tag() const
name tag for the exception, or exception type
T end(T... args)
SmartIF< IFace > as()
Definition: ISvcLocator.h:113
T remove_if(T... args)
constexpr int CorruptedInput
Definition: AppReturnCode.h:38
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
iterator end()
Definition: Map.h:140
std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
T what(T... args)
constexpr int FailInput
Definition: AppReturnCode.h:33
iterator find(const key_type &key)
Definition: Map.h:157
T lock(T... args)
const std::string * m_currentIncidentType
Incident being fired.
Definition: IncidentSvc.h:101
STL class.
StatusCode setAppReturnCode(SmartIF< IProperty > &appmgr, int value, bool force=false)
Set the application return code.
Definition: AppReturnCode.h:59
iterator erase(const_iterator pos)
Definition: Map.h:192
#define VERMSG
Definition: IncidentSvc.cpp:54
T begin(T... args)
ListenerMap m_listenerMap
List of auditor names.
Definition: IncidentSvc.h:97
The IProperty is the basic interface for all components which have properties that can be set or get.
Definition: IProperty.h:30
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ initialize()

StatusCode IncidentSvc::initialize ( )
override

Definition at line 65 of file IncidentSvc.cpp.

65  {
66  // initialize the Service Base class
68  if ( sc.isFailure() ) return sc;
69 
70  m_currentIncidentType = nullptr;
71 
72  // set my own (IncidentSvc) properties via the jobOptionService
73  sc = setProperties();
74  if ( UNLIKELY( sc.isFailure() ) ) {
75  error() << "Could not set my properties" << endmsg;
76  return sc;
77  }
78  return sc;
79 }
#define UNLIKELY(x)
Definition: Kernel.h:106
StatusCode initialize() override
Definition: Service.cpp:70
MsgStream & error() const
shortcut for the method msgStream(MSG::ERROR)
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
const std::string * m_currentIncidentType
Incident being fired.
Definition: IncidentSvc.h:101
StatusCode setProperties()
Method for setting declared properties to the values specified for the job.
Definition: Service.cpp:290
bool isFailure() const
Definition: StatusCode.h:141
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

◆ removeListener()

void IncidentSvc::removeListener ( IIncidentListener l,
const std::string type = "" 
)
override

Definition at line 147 of file IncidentSvc.cpp.

147  {
149 
150  bool scheduleForRemoval = ( m_currentIncidentType && type == *m_currentIncidentType );
151  if ( type.empty() ) {
152  auto i = std::begin( m_listenerMap );
153  while ( i != std::end( m_listenerMap ) ) { i = removeListenerFromList( i, lis, scheduleForRemoval ); }
154  } else {
155  auto i = m_listenerMap.find( type );
156  if ( i != m_listenerMap.end() ) removeListenerFromList( i, lis, scheduleForRemoval );
157  }
158 }
ListenerMap::iterator removeListenerFromList(ListenerMap::iterator, IIncidentListener *item, bool scheduleRemoval)
T end(T... args)
iterator end()
Definition: Map.h:140
std::recursive_mutex m_listenerMapMutex
Mutex to synchronize access to m_listenerMap.
Definition: IncidentSvc.h:104
iterator find(const key_type &key)
Definition: Map.h:157
T lock(T... args)
const std::string * m_currentIncidentType
Incident being fired.
Definition: IncidentSvc.h:101
T begin(T... args)
ListenerMap m_listenerMap
List of auditor names.
Definition: IncidentSvc.h:97

◆ removeListenerFromList()

IncidentSvc::ListenerMap::iterator IncidentSvc::removeListenerFromList ( ListenerMap::iterator  i,
IIncidentListener item,
bool  scheduleRemoval 
)
private

Definition at line 129 of file IncidentSvc.cpp.

129  {
130  auto match = [&]( ListenerList::const_reference j ) { return !item || item == j.iListener; };
131 
132  auto& c = *( i->second );
133  if ( !scheduleRemoval ) {
134  ON_DEBUG std::for_each( std::begin( c ), std::end( c ), [&]( ListenerList::const_reference j ) {
135  if ( match( j ) )
136  debug() << "Removing [" << i->first << "] listener '" << getListenerName( j.iListener ) << "'" << endmsg;
137  } );
138  c.erase( std::remove_if( std::begin( c ), std::end( c ), match ), std::end( c ) );
139  } else {
140  std::for_each( std::begin( c ), std::end( c ), [&]( Listener& i ) {
141  if ( match( i ) ) i.singleShot = true; // will trigger removal as soon as it is safe
142  } );
143  }
144  return c.empty() ? m_listenerMap.erase( i ) : std::next( i );
145 }
#define ON_DEBUG
Definition: IncidentSvc.cpp:50
T end(T... args)
T remove_if(T... args)
T next(T... args)
MsgStream & debug() const
shortcut for the method msgStream(MSG::DEBUG)
iterator erase(const_iterator pos)
Definition: Map.h:192
T begin(T... args)
ListenerMap m_listenerMap
List of auditor names.
Definition: IncidentSvc.h:97
T for_each(T... args)
MsgStream & endmsg(MsgStream &s)
MsgStream Modifier: endmsg. Calls the output method of the MsgStream.
Definition: MsgStream.h:202

Member Data Documentation

◆ m_currentIncidentType

const std::string* IncidentSvc::m_currentIncidentType = nullptr
private

Incident being fired.

It is used to know if we can safely remove a listener or we have to schedule its removal for later.

Definition at line 101 of file IncidentSvc.h.

◆ m_firedIncidents

tbb::concurrent_unordered_map<EventContext, IncQueue_t, EventContextHash, EventContextHash> IncidentSvc::m_firedIncidents
private

Definition at line 113 of file IncidentSvc.h.

◆ m_listenerMap

ListenerMap IncidentSvc::m_listenerMap
private

List of auditor names.

Definition at line 97 of file IncidentSvc.h.

◆ m_listenerMapMutex

std::recursive_mutex IncidentSvc::m_listenerMapMutex
mutableprivate

Mutex to synchronize access to m_listenerMap.

Definition at line 104 of file IncidentSvc.h.

◆ m_timer

ChronoEntity IncidentSvc::m_timer
mutableprivate

timer & it's lock

Definition at line 107 of file IncidentSvc.h.

◆ m_timerLock

bool IncidentSvc::m_timerLock = false
mutableprivate

Definition at line 108 of file IncidentSvc.h.


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