|
| RemoteWebUsers (xdaq::Application *application) |
|
bool | xmlLoginGateway (cgicc::Cgicc &cgi, std::ostringstream *out, HttpXmlDocument *xmldoc, const AllSupervisorInfo &allSupervisorInfo, uint8_t *userPermissions=0, const bool refresh=true, const uint8_t permissionsThreshold=1, const bool checkLock=false, const bool lockRequired=false, std::string *userWithLock=0, std::string *username=0, std::string *displayName=0, uint64_t *activeSessionIndex=0, const bool allowNoUser=false) |
|
std::string | getActiveUserList (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor) |
|
void | sendSystemMessage (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &toUser, const std::string &msg) |
|
void | makeSystemLogbookEntry (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &entryText) |
|
std::pair< std::string,
ConfigurationGroupKey > | getLastConfigGroup (XDAQ_CONST_CALL xdaq::ApplicationDescriptor *supervisorDescriptor, const std::string &actionOfLastGroup, std::string &actionTimeString) |
|
| 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) |
|
Definition at line 19 of file RemoteWebUsers.h.