2 #ifndef DATASVC_RECORDDATASVC_H
3 #define DATASVC_RECORDDATASVC_H
64 #endif // DATASVC_RECORDDATASVC_H
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...
virtual StatusCode reinitialize()
Service reinitialisation.
std::string m_incidentName
Property: name of incident to be fired if new record arrives.
bool m_autoLoad
Property: autoload of records (default: true)
virtual void handle(const Incident &incident)
IIncidentListener override: Inform that a new incident has occured.
A RecordDataSvc is the base class for event services.
virtual StatusCode finalize()
Service finalization.
std::string m_saveIncidentName
Property: name of the "save" incident.
This class is used for returning status codes from appropriate routines.
virtual StatusCode initialize()
Service initialisation.
Base class used to extend a class implementing other interfaces.
The IRegistry represents the entry door to the environment any data object residing in a transient da...
virtual const std::string & name() const
Retrieve name of the service.
StringV m_incidents
Pending new file incidents.
virtual ~RecordDataSvc()
Standard Destructor.
Base class for all Incidents (computing events).
RecordDataSvc(const std::string &name, ISvcLocator *svc)
Standard Constructor.
void registerRecord(const std::string &data, IOpaqueAddress *pAddr)
Load new record into the data store if necessary.
Opaque address interface definition.
std::vector< std::string > StringV
IConversionSvc * m_cnvSvc
Reference to the main data conversion service.
void loadRecords(IRegistry *pReg)
Load dependent records into memory.