bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
Public Member Functions | |
DaemonCommandHandler (const std::string &config) | |
void | dump (std::ostream &strm) const override |
dumps information about this object | |
std::string | get_config_file () const |
void | handle (Connection *c) override |
void | set_config_file (const std::string &config) |
Definition at line 41 of file DaemonCommandHandler.h.
|
explicit |
Definition at line 128 of file DaemonCommandHandler.cc.
|
overridevirtual |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements ServerHandler.
Definition at line 833 of file DaemonCommandHandler.cc.
|
inline |
Definition at line 79 of file DaemonCommandHandler.h.
|
overridevirtual |
This particular handle() method is special because it will accept only a single command transmission from the connecting client. Once the command transmission has been processed the connection is closed and the method returns. This is done to ensure that the daemon is never tied up in some complex interaction with an admin client.
Implements ServerHandler.
Definition at line 741 of file DaemonCommandHandler.cc.
|
inline |
Definition at line 80 of file DaemonCommandHandler.h.