![]() |
The Gaudi Framework
v27r0
|
JobHistory class definition. More...


Public Types | |
| typedef std::vector< std::pair< std::string, const Property * > > | PropertyPairList |
| typedef std::vector< std::pair< std::string, const Property * > > | PropertyPairList |
Public Types inherited from IVersHistoryObj | |
| typedef std::vector< Property * > | PropertyList |
| typedef std::vector< Property * > | PropertyList |
Public Member Functions | |
| JobHistory () | |
| JobHistory (const std::string &rel, const std::string &os, const std::string &host, const std::string &dir, const std::string &osver, const std::string &mach, const std::string &cmtconfig, const time_t &time) | |
| virtual | ~JobHistory () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More... | |
| void | addProperty (const std::string &, const Property *) |
| std::string | release_version () const |
| std::string | os () const |
| std::string | hostname () const |
| std::string | os_version () const |
| std::string | machine () const |
| std::string | dir () const |
| std::string | cmtconfig () const |
| std::vector< std::string > | environment () const |
| const PropertyList & | properties () const |
| const PropertyPairList & | propertyPairs () const |
| time_t | start_time () const |
| void | dump (std::ostream &, const bool isXML=false, int indent=0) const |
| const std::string & | name () const |
| const std::string & | version () const |
| const std::string & | type () const |
| JobHistory () | |
| JobHistory (const std::string &rel, const std::string &os, const std::string &host, const std::string &dir, const std::string &osver, const std::string &mach, const std::string &cmtconfig, const time_t &time) | |
| virtual | ~JobHistory () |
| virtual const CLID & | clID () const |
| Retrieve reference to class definition structure. More... | |
| void | addProperty (const std::string &, const Property *) |
| std::string | release_version () const |
| std::string | os () const |
| std::string | hostname () const |
| std::string | os_version () const |
| std::string | machine () const |
| std::string | dir () const |
| std::string | cmtconfig () const |
| std::vector< std::string > | environment () const |
| const PropertyList & | properties () const |
| const PropertyPairList & | propertyPairs () const |
| time_t | start_time () const |
| void | dump (std::ostream &, const bool isXML=false, int indent=0) const |
| const std::string & | name () const |
| const std::string & | version () const |
| const std::string & | type () const |
Public Member Functions inherited from HistoryObj | |
| HistoryObj ()=default | |
| virtual | ~HistoryObj ()=default |
| HistoryObj ()=default | |
| virtual | ~HistoryObj ()=default |
Public Member Functions inherited from DataObject | |
| DataObject () | |
| Standard Constructor. More... | |
| DataObject (const DataObject &rhs) | |
| Copy Constructor. More... | |
| DataObject & | operator= (const DataObject &rhs) |
| Assignment Operator. More... | |
| DataObject (DataObject &&rhs) | |
| Move Constructor. More... | |
| DataObject & | operator= (DataObject &&rhs) |
| Move Assignment Operator. More... | |
| virtual | ~DataObject () |
| Standard Destructor. More... | |
| virtual unsigned long | addRef () |
| Add reference to object. More... | |
| virtual unsigned long | release () |
| release reference to object More... | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. More... | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. More... | |
| DataObject () | |
| Standard Constructor. More... | |
| DataObject (const DataObject &rhs) | |
| Copy Constructor. More... | |
| DataObject & | operator= (const DataObject &rhs) |
| Assignment Operator. More... | |
| DataObject (DataObject &&rhs) | |
| Move Constructor. More... | |
| DataObject & | operator= (DataObject &&rhs) |
| Move Assignment Operator. More... | |
| virtual | ~DataObject () |
| Standard Destructor. More... | |
| virtual unsigned long | addRef () |
| Add reference to object. More... | |
| virtual unsigned long | release () |
| release reference to object More... | |
| const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store. More... | |
| virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback. More... | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. More... | |
| IRegistry * | registry () const |
| Get pointer to Registry. More... | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. More... | |
| unsigned char | version () const |
| Retrieve version number of this object representation. More... | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. More... | |
| unsigned long | refCount () const |
| Return the refcount. More... | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
| void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry. More... | |
| IRegistry * | registry () const |
| Get pointer to Registry. More... | |
| LinkManager * | linkMgr () const |
| Retrieve Link manager. More... | |
| unsigned char | version () const |
| Retrieve version number of this object representation. More... | |
| void | setVersion (unsigned char vsn) |
| Set version number of this object representation. More... | |
| unsigned long | refCount () const |
| Return the refcount. More... | |
| virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII) More... | |
Public Member Functions inherited from IVersHistoryObj | |
| virtual | ~IVersHistoryObj ()=default |
| virtual | ~IVersHistoryObj ()=default |
Static Public Member Functions | |
| static const CLID & | classID () |
| static const CLID & | classID () |
Static Public Member Functions inherited from HistoryObj | |
| static const CLID & | classID () |
| static std::string | convert_string (const std::string &) |
| static const CLID & | classID () |
| static std::string | convert_string (const std::string &) |
Static Public Member Functions inherited from DataObject | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) More... | |
| static const CLID & | classID () |
| Retrieve reference to class definition structure (static access) More... | |
Private Attributes | |
| std::string | m_release_version |
| std::string | m_dir |
| std::string | m_cmtconfig |
| std::string | m_osname |
| std::string | m_hostname |
| std::string | m_os_version |
| std::string | m_machine |
| std::vector< std::string > | m_environ |
| PropertyList | m_props |
| PropertyPairList | m_ppl |
| std::vector< std::string > | m_CVSid |
| time_t | m_start_time |
Additional Inherited Members | |
Protected Member Functions inherited from HistoryObj | |
| virtual void | indent (std::ostream &, int) const |
| virtual void | indent (std::ostream &, int) const |
JobHistory class definition.
Definition at line 24 of file JobHistory.h.
| typedef std::vector< std::pair<std::string,const Property*> > JobHistory::PropertyPairList |
Definition at line 28 of file JobHistory.h.
| typedef std::vector< std::pair<std::string,const Property*> > JobHistory::PropertyPairList |
Definition at line 28 of file JobHistory.h.
| JobHistory::JobHistory | ( | ) |
Definition at line 31 of file JobHistory.cpp.
| JobHistory::JobHistory | ( | const std::string & | rel, |
| const std::string & | os, | ||
| const std::string & | host, | ||
| const std::string & | dir, | ||
| const std::string & | osver, | ||
| const std::string & | mach, | ||
| const std::string & | cmtconfig, | ||
| const time_t & | time | ||
| ) |
Definition at line 57 of file JobHistory.cpp.
|
virtualdefault |
| JobHistory::JobHistory | ( | ) |
| JobHistory::JobHistory | ( | const std::string & | rel, |
| const std::string & | os, | ||
| const std::string & | host, | ||
| const std::string & | dir, | ||
| const std::string & | osver, | ||
| const std::string & | mach, | ||
| const std::string & | cmtconfig, | ||
| const time_t & | time | ||
| ) |
|
virtual |
| void JobHistory::addProperty | ( | const std::string & | client, |
| const Property * | prop | ||
| ) |
Definition at line 84 of file JobHistory.cpp.
| void JobHistory::addProperty | ( | const std::string & | , |
| const Property * | |||
| ) |
|
static |
|
static |
Definition at line 76 of file JobHistory.cpp.
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 63 of file JobHistory.h.
|
inlinevirtual |
Retrieve reference to class definition structure.
Retrieve Pointer to class definition structure.
Reimplemented from HistoryObj.
Definition at line 63 of file JobHistory.h.
|
inline |
Definition at line 76 of file JobHistory.h.
|
inline |
Definition at line 76 of file JobHistory.h.
|
inline |
Definition at line 75 of file JobHistory.h.
|
inline |
Definition at line 75 of file JobHistory.h.
|
virtual |
Implements HistoryObj.
|
virtual |
Implements HistoryObj.
Definition at line 91 of file JobHistory.cpp.
|
inline |
Definition at line 77 of file JobHistory.h.
|
inline |
Definition at line 77 of file JobHistory.h.
|
inline |
Definition at line 72 of file JobHistory.h.
|
inline |
Definition at line 72 of file JobHistory.h.
|
inline |
Definition at line 74 of file JobHistory.h.
|
inline |
Definition at line 74 of file JobHistory.h.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 71 of file JobHistory.h.
|
inline |
Definition at line 71 of file JobHistory.h.
|
inline |
Definition at line 73 of file JobHistory.h.
|
inline |
Definition at line 73 of file JobHistory.h.
|
inlinevirtual |
|
inlinevirtual |
|
inline |
Definition at line 79 of file JobHistory.h.
|
inline |
Definition at line 79 of file JobHistory.h.
|
inline |
Definition at line 70 of file JobHistory.h.
|
inline |
Definition at line 70 of file JobHistory.h.
|
inline |
Definition at line 80 of file JobHistory.h.
|
inline |
Definition at line 80 of file JobHistory.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 34 of file JobHistory.h.
|
private |
Definition at line 46 of file JobHistory.h.
|
private |
Definition at line 33 of file JobHistory.h.
|
private |
Definition at line 41 of file JobHistory.h.
|
private |
Definition at line 37 of file JobHistory.h.
|
private |
Definition at line 39 of file JobHistory.h.
|
private |
Definition at line 38 of file JobHistory.h.
|
private |
Definition at line 36 of file JobHistory.h.
|
private |
Definition at line 44 of file JobHistory.h.
|
private |
Definition at line 43 of file JobHistory.h.
|
private |
Definition at line 32 of file JobHistory.h.
|
private |
Definition at line 47 of file JobHistory.h.