#include <WrapperNotifier.h>
Public Member Functions | |
void | reportNewState (const std::string &stateName) |
WrapperNotifier (xdaq::Application *app) | |
Public Member Functions inherited from stor::Notifier | |
Notifier () | |
virtual | ~Notifier () |
Private Attributes | |
xdaq::Application * | app_ |
xdaq2rc::RcmsStateNotifier | rcmsNotifier_ |
Notifier implementation used by StorageManager
Definition at line 23 of file WrapperNotifier.h.
WrapperNotifier::WrapperNotifier | ( | xdaq::Application * | app | ) |
Constructor
Definition at line 11 of file WrapperNotifier.cc.
References rcmsNotifier_.
|
virtual |
Report new state to RCMS
Implements stor::Notifier.
Definition at line 32 of file WrapperNotifier.cc.
References rcmsNotifier_.
|
private |
Definition at line 41 of file WrapperNotifier.h.
|
private |
Definition at line 40 of file WrapperNotifier.h.
Referenced by reportNewState(), and WrapperNotifier().