CMS 3D CMS Logo

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() DQM_DEPRECATED;
58  int getNumUpdates() const DQM_DEPRECATED { return 0; }
59 
60 private:
64 
65 #endif // DQMSERVICES_CORE_DQM_CONNECTOR_H
bool update() DQM_DEPRECATED
~DQMOldReceiver() DQM_DEPRECATED
DQMStore * store_
use to get hold of structure with monitoring elements that class owns
port
Definition: query.py:116
int getNumUpdates() const DQM_DEPRECATED
class DQMOldReceiver DQM_DEPRECATED
DQMOldReceiver() DQM_DEPRECATED
DQMStore * getBEInterface() DQM_DEPRECATED
bool doMonitoring() DQM_DEPRECATED
DQMStore * getStore() DQM_DEPRECATED
get pointer to back-end interface