ATLAS Offline Software
Public Member Functions | List of all members
IHiveStoreMgr Class Referenceabstract

the interface through which HiveWB control StoreGate instances More...

#include <IHiveStoreMgr.h>

Inheritance diagram for IHiveStoreMgr:
Collaboration diagram for IHiveStoreMgr:

Public Member Functions

 DeclareInterfaceID (IHiveStoreMgr, 1, 0)
 Declare interface ID. More...
 
virtual StatusCode clearStore (bool forceRemove=false)=0
 clear the store More...
 
virtual void commitNewDataObjects ()=0
 Reset handles added since the last call to commit. More...
 
virtual ~IHiveStoreMgr ()
 

Detailed Description

the interface through which HiveWB control StoreGate instances


Author
Paolo Calafiura - ATLAS

Definition at line 24 of file IHiveStoreMgr.h.

Constructor & Destructor Documentation

◆ ~IHiveStoreMgr()

virtual IHiveStoreMgr::~IHiveStoreMgr ( )
inlinevirtual

Definition at line 36 of file IHiveStoreMgr.h.

36 {}

Member Function Documentation

◆ clearStore()

virtual StatusCode IHiveStoreMgr::clearStore ( bool  forceRemove = false)
pure virtual

clear the store

Implemented in StoreGateSvc, and SGImplSvc.

◆ commitNewDataObjects()

virtual void IHiveStoreMgr::commitNewDataObjects ( )
pure virtual

Reset handles added since the last call to commit.

Implemented in StoreGateSvc, and SGImplSvc.

◆ DeclareInterfaceID()

IHiveStoreMgr::DeclareInterfaceID ( IHiveStoreMgr  ,
,
 
)

Declare interface ID.


The documentation for this class was generated from the following file: