1 #ifndef DATASVC_RECORDDATASVC_H
2 #define DATASVC_RECORDDATASVC_H
4 #include "GaudiKernel/DataSvc.h"
5 #include "GaudiKernel/IIncidentListener.h"
6 #include "GaudiKernel/IConversionSvc.h"
60 #endif // DATASVC_RECORDDATASVC_H
StatusCode finalize() override
Service finalization.
std::string m_persSvcName
Property: name of the persistency service.
The ISvcLocator is the interface implemented by the Service Factory in the Application Manager to loc...
std::string m_incidentName
Property: name of incident to be fired if new record arrives.
bool m_autoLoad
Property: autoload of records (default: true)
A RecordDataSvc is the base class for event services.
std::string m_saveIncidentName
Property: name of the "save" incident.
This class is used for returning status codes from appropriate routines.
std::vector< std::string > m_incidents
Pending new file incidents.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
Base class used to extend a class implementing other interfaces.
Base class for all Incidents (computing events).
RecordDataSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
void handle(const Incident &incident) override
IIncidentListener override: Inform that a new incident has occured.
StatusCode initialize() override
Service initialisation.
void registerRecord(const std::string &data, IOpaqueAddress *pAddr)
Load new record into the data store if necessary.
Opaque address interface definition.
SmartIF< IConversionSvc > m_cnvSvc
Reference to the main data conversion service.
~RecordDataSvc() override=default
Standard Destructor.
void loadRecords(IRegistry *pReg)
Load dependent records into memory.