|
| | DetPersistencySvc (const std::string &name, ISvcLocator *svc) |
| |
| | ~DetPersistencySvc () override=default |
| |
| long | repSvcType () const override |
| | Return default service type. More...
|
| |
| const CLID & | objType () const override |
| | Retrieve the class type of objects the converter produces. (DUMMY) More...
|
| |
| StatusCode | createObj (IOpaqueAddress *pAddress, DataObject *&refpObject) override |
| | Implementation of IConverter: Create the transient representation of an object. More...
|
| |
| StatusCode | fillObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Implementation of IConverter: Resolve the references of the created transient object. More...
|
| |
| StatusCode | updateObj (IOpaqueAddress *pAddress, DataObject *refpObject) override |
| | Implementation of IConverter: Update the transient object from the other representation. More...
|
| |
| StatusCode | updateObjRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Implementation of IConverter: Update the references of an updated transient object. More...
|
| |
| StatusCode | createRep (DataObject *pObject, IOpaqueAddress *&refpAddress) override |
| | Implementation of IConverter: Convert the transient object to the requested representation. More...
|
| |
| StatusCode | fillRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Implementation of IConverter: Resolve the references of the converted object. More...
|
| |
| StatusCode | updateRep (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Implementation of IConverter: Update the converted representation of a transient object. More...
|
| |
| StatusCode | updateRepRefs (IOpaqueAddress *pAddress, DataObject *pObject) override |
| | Implementation of IConverter: Update the references of an already converted object. More...
|
| |
| StatusCode | setDataProvider (IDataProviderSvc *pStore) override |
| | Define transient datastore. More...
|
| |
| SmartIF< IDataProviderSvc > & | dataProvider () const override |
| | Access reference to transient datastore. More...
|
| |
| StatusCode | setConversionSvc (IConversionSvc *svc) override |
| | Set conversion service the converter is connected to. More...
|
| |
| SmartIF< IConversionSvc > & | conversionSvc () const override |
| | Get conversion service the converter is connected to. More...
|
| |
| StatusCode | setAddressCreator (IAddressCreator *creator) override |
| | Set address creator facility. More...
|
| |
| SmartIF< IAddressCreator > & | addressCreator () const override |
| | Retrieve address creator facility. More...
|
| |
| StatusCode | addConverter (IConverter *pConverter) override |
| | Add converter object to conversion service. More...
|
| |
| StatusCode | addConverter (const CLID &clid) override |
| | Add converter object to conversion service. More...
|
| |
| IConverter * | converter (const CLID &clid) override |
| | Retrieve converter from list. More...
|
| |
| StatusCode | removeConverter (const CLID &clid) override |
| | Remove converter object from conversion service (if present). More...
|
| |
| StatusCode | connectOutput (const std::string &outputFile, const std::string &openMode) override |
| | Connect the output file to the service with open mode. More...
|
| |
| StatusCode | connectOutput (const std::string &outputFile) override |
| | Connect the output file to the service. More...
|
| |
| StatusCode | commitOutput (const std::string &output, bool do_commit) override |
| | Commit pending output. More...
|
| |
| StatusCode | createAddress (long svc_type, const CLID &clid, const std::string *pars, const unsigned long *ipars, IOpaqueAddress *&refpAddress) override |
| | Create a Generic address using explicit arguments to identify a single object. More...
|
| |
| StatusCode | convertAddress (const IOpaqueAddress *pAddress, std::string &refAddress) override |
| | Convert an address to string form. More...
|
| |
| StatusCode | createAddress (long svc_type, const CLID &clid, const std::string &refAddress, IOpaqueAddress *&refpAddress) override |
| | Convert an address in string form to object form. More...
|
| |
| StatusCode | addCnvService (IConversionSvc *service) override |
| | Add a new Service. More...
|
| |
| StatusCode | removeCnvService (long type) override |
| | Remove a Service. More...
|
| |
| StatusCode | setDefaultCnvService (long type) override |
| | Set default service type. More...
|
| |
| StatusCode | getService (long service_type, IConversionSvc *&refpSvc) override |
| | Retrieve conversion service identified by technology. More...
|
| |
| StatusCode | getService (const std::string &service_type, IConversionSvc *&refpSvc) override |
| | Retrieve conversion service identified by technology. More...
|
| |
| StatusCode | initialize () override |
| | Initialize the service. More...
|
| |
| StatusCode | finalize () override |
| | stop the service. More...
|
| |
| | PersistencySvc (const std::string &name, ISvcLocator *svc) |
| | Standard Constructor. More...
|
| |
| | ~PersistencySvc () override=default |
| | Standard Destructor. More...
|
| |
| void * | i_cast (const InterfaceID &tid) const override |
| | Implementation of IInterface::i_cast. More...
|
| |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| | Implementation of IInterface::queryInterface. More...
|
| |
| std::vector< std::string > | getInterfaceNames () const override |
| | Implementation of IInterface::getInterfaceNames. More...
|
| |
| | ~extends () override=default |
| | Virtual destructor. More...
|
| |
| void * | i_cast (const InterfaceID &tid) const override |
| | Implementation of IInterface::i_cast. More...
|
| |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| | Implementation of IInterface::queryInterface. More...
|
| |
| std::vector< std::string > | getInterfaceNames () const override |
| | Implementation of IInterface::getInterfaceNames. More...
|
| |
| | ~extends () override=default |
| | Virtual destructor. More...
|
| |
| | ~extend_interfaces () override=default |
| | Virtual destructor. More...
|
| |
| | ~extend_interfaces () override=default |
| | Virtual destructor. More...
|
| |
Definition at line 6 of file DetPersistencySvc.h.