Data persistency service interface.
More...
#include <GaudiKernel/IPersistencySvc.h>
Data persistency service interface.
- Author
- Markus Frank
- Version
- 1.0
Definition at line 20 of file IPersistencySvc.h.
Add new Conversion Service.
- Returns
- Status code indicating success or failure.
- Parameters
-
service | Pointer to conversion service interface. |
Implemented in PersistencySvc.
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. |
Implemented in PersistencySvc.
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. |
Implemented in PersistencySvc.
virtual StatusCode IPersistencySvc::removeCnvService |
( |
long |
type | ) |
|
|
pure virtual |
Remove Conversion Service.
- Returns
- Status code indicating success or failure.
- Parameters
-
type | Storage technology type. |
Implemented in PersistencySvc.
virtual StatusCode IPersistencySvc::setDefaultCnvService |
( |
long |
type | ) |
|
|
pure virtual |
Set default service type.
- Returns
- Status code indicating success or failure.
- Parameters
-
type | Storage technology type. |
Implemented in PersistencySvc.
The documentation for this class was generated from the following file: