otsdaq  v2_01_00
ots::GatewaySupervisor Class Reference
Inheritance diagram for ots::GatewaySupervisor:
ots::SOAPMessenger ots::RunControlStateMachine ots::CorePropertySupervisorBase

Public Member Functions

 XDAQ_INSTANTIATOR ()
 
 GatewaySupervisor (xdaq::ApplicationStub *s)
 
void init (void)
 
void Default (xgi::Input *in, xgi::Output *out)
 
void loginRequest (xgi::Input *in, xgi::Output *out)
 
void request (xgi::Input *in, xgi::Output *out)
 
void tooltipRequest (xgi::Input *in, xgi::Output *out)
 
void stateMachineXgiHandler (xgi::Input *in, xgi::Output *out)
 
xoap::MessageReference stateMachineXoapHandler (xoap::MessageReference msg)
 
xoap::MessageReference stateMachineResultXoapHandler (xoap::MessageReference msg)
 
bool stateMachineThread (toolbox::task::WorkLoop *workLoop)
 
void infoRequestHandler (xgi::Input *in, xgi::Output *out)
 
void infoRequestResultHandler (xgi::Input *in, xgi::Output *out)
 
bool infoRequestThread (toolbox::task::WorkLoop *workLoop)
 
xoap::MessageReference supervisorCookieCheck (xoap::MessageReference msg)
 
xoap::MessageReference supervisorGetActiveUsers (xoap::MessageReference msg)
 
xoap::MessageReference supervisorSystemMessage (xoap::MessageReference msg)
 
xoap::MessageReference supervisorGetUserInfo (xoap::MessageReference msg)
 
xoap::MessageReference supervisorSystemLogbookEntry (xoap::MessageReference msg)
 
xoap::MessageReference supervisorLastConfigGroupRequest (xoap::MessageReference msg)
 
void stateInitial (toolbox::fsm::FiniteStateMachine &fsm)
 
void statePaused (toolbox::fsm::FiniteStateMachine &fsm)
 
void stateRunning (toolbox::fsm::FiniteStateMachine &fsm)
 
void stateHalted (toolbox::fsm::FiniteStateMachine &fsm)
 
void stateConfigured (toolbox::fsm::FiniteStateMachine &fsm)
 
void inError (toolbox::fsm::FiniteStateMachine &fsm)
 
void transitionConfiguring (toolbox::Event::Reference e)
 
void transitionHalting (toolbox::Event::Reference e)
 
void transitionInitializing (toolbox::Event::Reference e)
 
void transitionPausing (toolbox::Event::Reference e)
 
void transitionResuming (toolbox::Event::Reference e)
 
void transitionStarting (toolbox::Event::Reference e)
 
void transitionStopping (toolbox::Event::Reference e)
 
void transitionShuttingDown (toolbox::Event::Reference e)
 
void transitionStartingUp (toolbox::Event::Reference e)
 
void enteringError (toolbox::Event::Reference e)
 
void makeSystemLogbookEntry (std::string entryText)
 
virtual void setSupervisorPropertyDefaults (void) override
 
virtual void forceSupervisorPropertyValues (void) override
 
- Public Member Functions inherited from ots::SOAPMessenger
 SOAPMessenger (xdaq::Application *application)
 
 SOAPMessenger (const SOAPMessenger &aSOAPMessenger)
 
std::string receive (const xoap::MessageReference &message)
 
std::string receive (const xoap::MessageReference &message, SOAPCommand &soapCommand)
 
std::string receive (const xoap::MessageReference &message, SOAPParameters &parameters)
 
std::string send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message)
 
std::string send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand)
 
std::string send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command)
 
std::string send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters)
 
std::string sendStatus (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string message)
 
xoap::MessageReference sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message)
 
xoap::MessageReference sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand)
 
xoap::MessageReference sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command)
 
xoap::MessageReference sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters)
 
- Public Member Functions inherited from ots::RunControlStateMachine
 RunControlStateMachine (std::string name="Undefined Name")
 
void reset (void)
 
void setStateMachineName (std::string name)
 
virtual void stateShutdown (toolbox::fsm::FiniteStateMachine &fsm)
 
xoap::MessageReference runControlMessageHandler (xoap::MessageReference message)
 
- Public Member Functions inherited from ots::CorePropertySupervisorBase
 CorePropertySupervisorBase (xdaq::Application *application)
 
void getRequestUserInfo (WebUsers::RequestUserInfo &requestUserInfo)
 
ConfigurationTree getContextTreeNode (void) const
 
void resetPropertiesAreSetup (void)
 
ConfigurationTree getSupervisorTreeNode (void)
 
void loadUserSupervisorProperties (void)
 
template<class T >
void setSupervisorProperty (const std::string &propertyName, const T &propertyValue)
 
void setSupervisorProperty (const std::string &propertyName, const std::string &propertyValue)
 
template<class T >
void addSupervisorProperty (const std::string &propertyName, const T &propertyValue)
 
void addSupervisorProperty (const std::string &propertyName, const std::string &propertyValue)
 
template<class T >
getSupervisorProperty (const std::string &propertyName)
 
std::string getSupervisorProperty (const std::string &propertyName)
 
WebUsers::permissionLevel_t getSupervisorPropertyUserPermissionsThreshold (const std::string &requestType)
 

Friends

class WizardSupervisor
 
class Iterator
 
class ARTDAQCommandable
 

Additional Inherited Members

- Static Public Member Functions inherited from ots::CorePropertySupervisorBase
static void extractPermissionsMapFromString (const std::string &permissionsString, std::map< std::string, WebUsers::permissionLevel_t > &permissionsMap)
 
static bool doPermissionsGrantAccess (std::map< std::string, WebUsers::permissionLevel_t > &permissionLevelsMap, std::map< std::string, WebUsers::permissionLevel_t > &permissionThresholdsMap)
 
- Static Public Attributes inherited from ots::RunControlStateMachine
static const std::string FAILED_STATE_NAME = "Failed"
 
- Protected Attributes inherited from ots::SOAPMessenger
xdaq::Application * theApplication_
 
- Protected Attributes inherited from ots::RunControlStateMachine
FiniteStateMachine theStateMachine_
 
ProgressBar theProgressBar_
 
std::string stateMachineName_
 
- Protected Attributes inherited from ots::CorePropertySupervisorBase
ConfigurationManagertheConfigurationManager_
 
std::string supervisorClass_
 
std::string supervisorClassNoNamespace_
 
std::string supervisorContextUID_
 
std::string supervisorApplicationUID_
 
std::string supervisorConfigurationPath_
 
AllSupervisorInfo allSupervisorInfo_
 
- Static Protected Attributes inherited from ots::CorePropertySupervisorBase
static struct
ots::CorePropertySupervisorBase::SupervisorProperties 
SUPERVISOR_PROPERTIES = CorePropertySupervisorBase::SupervisorProperties()
 

Detailed Description

Definition at line 45 of file GatewaySupervisor.h.


The documentation for this class was generated from the following file: