CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMOldReceiver.h
Go to the documentation of this file.
1 #ifndef DQMSERVICES_CORE_DQM_CONNECTOR_H
2 # define DQMSERVICES_CORE_DQM_CONNECTOR_H
3 
4 # if __GNUC__ && ! defined DQM_DEPRECATED
5 # define DQM_DEPRECATED __attribute__((deprecated))
6 # endif
7 
8 # include <string>
9 
10 class DQMStore;
12 {
13 
14 public:
15 
35 
38  DQMOldReceiver(const std::string &hostname, int port,
39  const std::string &client_name,
40  int unusedReconnectDelaySecs = -1,
41  bool unusedActAsServer = false) DQM_DEPRECATED;
42 
44 
47  { return store_; }
49  { return store_; }
50 
56  bool update(void) DQM_DEPRECATED;
57  bool doMonitoring(void) DQM_DEPRECATED;
58  int getNumUpdates(void) const DQM_DEPRECATED { return 0; }
59 
60 private:
64 
65 #endif // DQMSERVICES_CORE_DQM_CONNECTOR_H
DQMStore * getStore(void) DQM_DEPRECATED
get pointer to back-end interface
bool update(void) DQM_DEPRECATED
DQMStore * store_
use to get hold of structure with monitoring elements that class owns
int port
Definition: query.py:115
class DQMOldReceiver DQM_DEPRECATED
DQMOldReceiver(void) DQM_DEPRECATED
string const
Definition: compareJSON.py:14
DQMStore * getBEInterface(void) DQM_DEPRECATED
int getNumUpdates(void) const DQM_DEPRECATED
bool doMonitoring(void) DQM_DEPRECATED
~DQMOldReceiver(void) DQM_DEPRECATED