#include <CdbBdbHintProvider.hh>
Inheritance diagram for CdbBdbHintProvider:

Public Member Functions | |
| virtual | ~CdbBdbHintProvider () |
| The destructor. | |
| virtual CdbStatus | hint (BdbRefAny &theHint, const BdbTime &theBegin, const BdbTime &theEnd)=0 |
| Get the hint for specified parameters. | |
| virtual CdbStatus | verify (const BdbRefAny &theHint, const BdbRef(BdbObject)&theObjectRef)=0 |
| Verify if created object matches the hint. | |
This interface has to be implemented through concrete implementations of the current technology.
Definition at line 19 of file CdbBdbHintProvider.hh.
|
|
The destructor. Just to introduce the virtuality Definition at line 12 of file CdbBdbHintProvider.cc. |
|
||||||||||||||||
|
Get the hint for specified parameters. This method if successfull (defined by the completions status) will set up the value of the hint.
Implemented in CdbBdbWCondition, and CdbBdbSCondition. Referenced by CdbBdbObjectCreator::hint(). |
|
||||||||||||
|
Verify if created object matches the hint.
Implemented in CdbBdbWCondition, and CdbBdbSCondition. Referenced by CdbBdbObjectCreator::verify(). |
1.3-rc3