IPersistencySvc Class Reference
Data persistency service interface.
More...
#include <GaudiKernel/IPersistencySvc.h>
List of all members.
Detailed Description
Data persistency service interface.
- Author:
- Markus Frank
- Version:
- 1.0
Definition at line 20 of file IPersistencySvc.h.
Member Function Documentation
| virtual StatusCode IPersistencySvc::setDefaultCnvService |
( |
long |
type |
) |
[pure virtual] |
Set default service type.
- Returns:
- Status code indicating success or failure.
- Parameters:
-
| type | Storage technology type. |
Add new Conversion Service.
- Returns:
- Status code indicating success or failure.
- Parameters:
-
| service | Pointer to conversion service interface. |
| virtual StatusCode IPersistencySvc::removeCnvService |
( |
long |
type |
) |
[pure virtual] |
Remove Conversion Service.
- Returns:
- Status code indicating success or failure.
- Parameters:
-
| type | Storage technology type. |
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. |
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. |
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r8/GaudiKernel/GaudiKernel/IPersistencySvc.h