Public Member Functions | |
XDAQ_INSTANTIATOR () | |
Supervisor (xdaq::ApplicationStub *s) throw (xdaq::exception::Exception) | |
void | init (void) |
void | Default (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | loginRequest (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | request (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | tooltipRequest (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 msg) throw (xoap::exception::Exception) |
xoap::MessageReference | stateMachineResultXoapHandler (xoap::MessageReference msg) throw (xoap::exception::Exception) |
bool | stateMachineThread (toolbox::task::WorkLoop *workLoop) |
void | infoRequestHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
void | infoRequestResultHandler (xgi::Input *in, xgi::Output *out) throw (xgi::exception::Exception) |
bool | infoRequestThread (toolbox::task::WorkLoop *workLoop) |
xoap::MessageReference | supervisorCookieCheck (xoap::MessageReference msg) throw (xoap::exception::Exception) |
xoap::MessageReference | supervisorGetActiveUsers (xoap::MessageReference msg) throw (xoap::exception::Exception) |
xoap::MessageReference | supervisorSystemMessage (xoap::MessageReference msg) throw (xoap::exception::Exception) |
xoap::MessageReference | supervisorGetUserInfo (xoap::MessageReference msg) throw (xoap::exception::Exception) |
xoap::MessageReference | supervisorSystemLogbookEntry (xoap::MessageReference msg) throw (xoap::exception::Exception) |
xoap::MessageReference | supervisorLastConfigGroupRequest (xoap::MessageReference msg) throw (xoap::exception::Exception) |
void | stateInitial (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | statePaused (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateRunning (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateHalted (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | stateConfigured (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | inError (toolbox::fsm::FiniteStateMachine &fsm) throw (toolbox::fsm::exception::Exception) |
void | transitionConfiguring (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionHalting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionInitializing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionPausing (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionResuming (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionStarting (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | transitionStopping (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | enteringError (toolbox::Event::Reference e) throw (toolbox::fsm::exception::Exception) |
void | getSupervisorsStatus (void) throw (toolbox::fsm::exception::Exception) |
void | makeSystemLogbookEntry (std::string entryText) |
Static Public Member Functions | |
static void | URLDisplayThread (Supervisor *) |
Friends | |
class | OtsConfigurationWizardSupervisor |
Definition at line 37 of file Supervisor.h.