Data persistency service interface.
More...
#include <GaudiKernel/IPersistencySvc.h>
Data persistency service interface.
- Author
- Markus Frank
- Version
- 1.0
Definition at line 19 of file IPersistencySvc.h.
◆ addCnvService()
Add new Conversion Service.
- Returns
- Status code indicating success or failure.
- Parameters
-
service | Pointer to conversion service interface. |
◆ DeclareInterfaceID()
◆ getService() [1/2]
Retrieve conversion service identified by technology.
- Returns
- Status code indicating success or failure.
- Parameters
-
service_type | Storage technology type. |
refpSvc | Reference to pointer to interface of required service. |
◆ getService() [2/2]
Retrieve conversion service identified by technology.
- Returns
- Status code indicating success or failure.
- Parameters
-
service_type | Storage technology type (ROOT, MS Access, ....) |
refpSvc | Reference to pointer to interface of required service. |
◆ removeCnvService()
virtual StatusCode IPersistencySvc::removeCnvService |
( |
long |
type | ) |
|
|
pure virtual |
Remove Conversion Service.
- Returns
- Status code indicating success or failure.
- Parameters
-
type | Storage technology type. |
◆ setDefaultCnvService()
virtual StatusCode IPersistencySvc::setDefaultCnvService |
( |
long |
type | ) |
|
|
pure virtual |
Set default service type.
- Returns
- Status code indicating success or failure.
- Parameters
-
type | Storage technology type. |
The documentation for this class was generated from the following file: