| _context | HCE::handlers::Handler | protected |
| _dumpDir | HCE::handlers::Handler | protected |
| _dumpIntervalAt | HCE::handlers::Handler | protected |
| _inprocAdminSock | HCE::handlers::Handler | protected |
| _inProgress | HCE::handlers::Handler | protected |
| _logMask | HCE::handlers::Handler | protected |
| _logTimeFormat | HCE::handlers::Handler | protected |
| _propertyIntervalAt | HCE::handlers::Handler | protected |
| createDirectories(const std::string &name) | HCE::handlers::Handler | inlineprotected |
| deinitialize(void)=0 | HCE::handlers::Handler | protectedpure virtual |
| dumpProperties(void) | HCE::handlers::Handler | inlineprotected |
| dumpRunTimeVariables(void) | HCE::handlers::Handler | inlineprotected |
| getBindTriesDelay(void) | HCE::handlers::Handler | inlineprotected |
| getBindTriesMaxNumber(void) | HCE::handlers::Handler | inlineprotected |
| getClientIdentity(void) | HCE::handlers::Handler | inlineprotected |
| getConnectionString(void) | HCE::handlers::Handler | inlineprotected |
| getDumpAllowRestore(void) | HCE::handlers::Handler | inlineprotected |
| getDumpFileName(void) | HCE::handlers::Handler | inlineprotected |
| getDumpInterval(void) | HCE::handlers::Handler | inlineprotected |
| getIniFile(void) | HCE::handlers::Handler | inlineprotected |
| getInProgress(void) const | HCE::handlers::Handler | inlineprotected |
| getLogPriority(void) | HCE::handlers::Handler | inlineprotected |
| getName(void) | HCE::handlers::Handler | inline |
| getPollTimeout(void) | HCE::handlers::Handler | inlineprotected |
| getProperties(void) | HCE::handlers::Handler | inlineprotected |
| getPropertyInformation(void) | HCE::handlers::Handler | inlineprotectedvirtual |
| getPropertyInterval(void) | HCE::handlers::Handler | inlineprotected |
| getStartedAt(void) | HCE::handlers::Handler | inlineprotected |
| getStatFileName(void) | HCE::handlers::Handler | inlineprotected |
| handleAdminMessage(void) | HCE::handlers::Handler | inlineprotected |
| handleExternalMessage(void) | HCE::handlers::Handler | protected |
| handleInternalMessage(void) | HCE::handlers::Handler | protected |
| Handler(const std::string &name, zmq::context_t &context, const std::string &clientIdentity, const std::string &connectionString, int64_t startedAt, unsigned char logPriority, const std::string &iniFile="") | HCE::handlers::Handler | inline |
| handlerProperties | HCE::handlers::Handler | protected |
| heartbit(void) | HCE::handlers::Handler | protected |
| initHandler(const std::string &iniFile, LoggerStream &logger) | HCE::handlers::Handler | inlineprotected |
| initialize(void)=0 | HCE::handlers::Handler | protectedpure virtual |
| log | HCE::handlers::Handler | protected |
| logFlush(unsigned int priority=NODE_LOG_MODE_DEFAULT) | HCE::handlers::Handler | inlineprotected |
| logger | HCE::handlers::Handler | protected |
| logPeriodicStatistics(void) | HCE::handlers::Handler | protected |
| main(void *that) | HCE::handlers::Handler | inlinestatic |
| process(void)=0 | HCE::handlers::Handler | protectedpure virtual |
| processAdminCommands(std::string &command, std::string ¶meters) | HCE::handlers::Handler | inlineprotectedvirtual |
| processAdminMessage(zmsg &msg) | HCE::handlers::Handler | inlineprotected |
| processControlMessage(zmsg &msg) | HCE::handlers::Handler | protected |
| processDataMessage(zmsg &msg) | HCE::handlers::Handler | protected |
| rebuildAdminClientSocket(void) | HCE::handlers::Handler | inlineprotected |
| rebuildClientConnection(zmq::socket_t *&sock_p, const std::string &connectionString, const int type, const std::string &identity="") | HCE::handlers::Handler | inlineprotected |
| rebuildClientConnection(zmq::socket_t *&sock_p, const std::string &connectionString, const int type, const std::string &identity, int linger, const std::string &readyMessage="", const std::string &byeMessage=NODE_MSG_BYE) | HCE::handlers::Handler | inlineprotected |
| rebuildServerConnection(zmq::socket_t *&sock_p, const std::string &connectionString, const int type) | HCE::handlers::Handler | inlineprotected |
| registerClient(const std::string &identity) | HCE::handlers::Handler | protected |
| sendByeMessage(zmq::socket_t *&sock_p, const std::string &identity="", const std::string &byeMessage=NODE_MSG_BYE) | HCE::handlers::Handler | inlineprotected |
| sendPeriodicProperties(void) | HCE::handlers::Handler | inlineprotected |
| setBindTriesDelay(const unsigned int &bindTriesDelay) | HCE::handlers::Handler | inlineprotected |
| setBindTriesMaxNumber(const unsigned int &bindTriesMaxNumber) | HCE::handlers::Handler | inlineprotected |
| setClientIdentity(const std::string &clientIdentity) | HCE::handlers::Handler | inlineprotected |
| setConnectionString(const std::string &connectionString) | HCE::handlers::Handler | inlineprotected |
| setDumpAllowRestore(unsigned int dumpAllowRestore) | HCE::handlers::Handler | inlineprotected |
| setDumpInterval(unsigned int dumpInterval) | HCE::handlers::Handler | inlineprotected |
| setIniFile(const std::string &iniFile) | HCE::handlers::Handler | inlineprotected |
| setInProgress(bool in_progress) | HCE::handlers::Handler | inlineprotected |
| setLogPriority(unsigned int logPriority) | HCE::handlers::Handler | inlineprotected |
| setName(const std::string &name) | HCE::handlers::Handler | inlineprotected |
| setPollTimeout(unsigned int pollTimeout) | HCE::handlers::Handler | inlineprotected |
| setPropertyInterval(unsigned int propertyInterval) | HCE::handlers::Handler | inlineprotected |
| setStartedAt(int64_t startedAt) | HCE::handlers::Handler | inlineprotected |
| shutdown(void) | HCE::handlers::Handler | inline |
| statProperties | HCE::handlers::Handler | protected |
| ~Handler() | HCE::handlers::Handler | inlinevirtual |