otsdaq
v2_00_00
|
Public Member Functions | |
XDAQ_INSTANTIATOR () | |
DataManagerSupervisor (xdaq::ApplicationStub *s) throw (xdaq::exception::Exception) | |
![]() | |
CoreSupervisorBase (xdaq::ApplicationStub *s) throw (xdaq::exception::Exception) | |
virtual void | setSupervisorPropertyDefaults (void) |
void | destroy (void) |
virtual void | Default (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
virtual void | request (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | stateMachineXgiHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | stateMachineResultXgiHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
xoap::MessageReference | stateMachineXoapHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineResultXoapHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineStateRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineErrorMessageRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
virtual xoap::MessageReference | workLoopStatusRequest (xoap::MessageReference message) throw (xoap::exception::Exception) |
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
virtual void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | inError (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionConfiguring (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionHalting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionInitializing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionPausing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionResuming (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionStarting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionStopping (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | enteringError (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
![]() | |
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 ¶meters) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) throw (xdaq::exception::Exception) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) throw (xdaq::exception::Exception) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) throw (xdaq::exception::Exception) |
std::string | send (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) throw (xdaq::exception::Exception) |
std::string | sendStatus (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string message) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, xoap::MessageReference message) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, SOAPCommand soapCommand) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command) throw (xdaq::exception::Exception) |
xoap::MessageReference | sendWithSOAPReply (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *d, std::string command, SOAPParameters parameters) throw (xdaq::exception::Exception) |
![]() | |
RunControlStateMachine (std::string name="Undefined Name") | |
void | reset (void) |
void | setStateMachineName (std::string name) |
virtual void | stateShutdown (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionShuttingDown (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
virtual void | transitionStartingUp (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
xoap::MessageReference | runControlMessageHandler (xoap::MessageReference message) throw (xoap::exception::Exception) |
Additional Inherited Members | |
![]() | |
static const std::string | WORK_LOOP_DONE = "Done" |
static const std::string | WORK_LOOP_WORKING = "Working" |
![]() | |
static const std::string | FAILED_STATE_NAME = "Failed" |
![]() | |
WorkLoopManager | stateMachineWorkLoopManager_ |
toolbox::BSem | stateMachineSemaphore_ |
ConfigurationManager * | theConfigurationManager_ |
std::string | XDAQContextConfigurationName_ |
std::string | supervisorConfigurationPath_ |
std::string | supervisorContextUID_ |
std::string | supervisorApplicationUID_ |
std::string | supervisorClass_ |
std::string | supervisorClassNoNamespace_ |
AllSupervisorInfo | allSupervisorInfo_ |
RemoteWebUsers | theRemoteWebUsers_ |
std::vector< VStateMachine * > | theStateMachineImplementation_ |
bool | LOCK_REQUIRED_ |
uint8_t | USER_PERMISSIONS_THRESHOLD_ |
std::string | USER_GROUPS_ALLOWED_ |
std::string | USER_GROUPS_DISALLOWED_ |
struct ots::CoreSupervisorBase::SupervisorProperties | supervisorProperties_ |
![]() | |
xdaq::Application * | theApplication_ |
![]() | |
FiniteStateMachine | theStateMachine_ |
ProgressBar | theProgressBar_ |
std::string | stateMachineName_ |
Definition at line 9 of file DataManagerSupervisor.h.