otsdaq
v2_05_02_indev
|
Public Member Functions | |
RemoteWebUsers (xdaq::Application *application, XDAQ_CONST_CALL xdaq::ApplicationDescriptor *gatewaySupervisorDescriptor) | |
bool | xmlRequestToGateway (cgicc::Cgicc &cgi, std::ostringstream *out, HttpXmlDocument *xmldoc, const AllSupervisorInfo &allSupervisorInfo, WebUsers::RequestUserInfo &userInfo) |
std::string | getActiveUserList (void) |
void | sendSystemMessage (const std::string &toUser, const std::string &message, bool doEmail=false) |
void | sendSystemMessage (const std::string &toUser, const std::string &subject, const std::string &message, bool doEmail=false) |
void | makeSystemLogbookEntry (const std::string &entryText) |
std::pair< std::string, TableGroupKey > | getLastTableGroup (const std::string &actionOfLastGroup, std::string &returnedActionTimeString) |
Public Member Functions inherited from ots::SOAPMessenger | |
SOAPMessenger (xdaq::Application *application) | |
SOAPMessenger (const SOAPMessenger &aSOAPMessenger) | |
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 Attributes | |
XDAQ_CONST_CALL xdaq::ApplicationDescriptor * | gatewaySupervisorDescriptor_ |
Additional Inherited Members | |
Protected Attributes inherited from ots::SOAPMessenger | |
xdaq::Application * | theApplication_ |
Definition at line 22 of file RemoteWebUsers.h.