ATLAS Offline Software
Public Member Functions | Static 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

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 ()
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 Gaudi boilerplate. More...
 

Detailed Description

the interface through which HiveWB control StoreGate instances


Author
Paolo Calafiura - ATLAS
Id
IHiveStoreMgr.h 547067 2013-05-07 22:14:35Z calaf

Definition at line 26 of file IHiveStoreMgr.h.

Constructor & Destructor Documentation

◆ ~IHiveStoreMgr()

virtual IHiveStoreMgr::~IHiveStoreMgr ( )
inlinevirtual

Definition at line 35 of file IHiveStoreMgr.h.

35 {}

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.

◆ interfaceID()

const InterfaceID & IHiveStoreMgr::interfaceID ( )
inlinestatic

Gaudi boilerplate.

Definition at line 43 of file IHiveStoreMgr.h.

43  {
44  static const InterfaceID IID("IHiveStoreMgr", 1, 0);
45  return IID;
46 }

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