7 #ifndef CTRL_AGENT_COMMAND_MGR_H 8 #define CTRL_AGENT_COMMAND_MGR_H 12 #include <boost/noncopyable.hpp> 13 #include <boost/shared_ptr.hpp> 38 public boost::noncopyable {
85 handleCommand(
const std::string& cmd_name,
101 forwardCommand(
const std::string& service,
const std::string& cmd_name,
111 std::string remote_addr_;
Exception thrown when an error occurred during control command forwarding.
virtual const char * what() const
Returns a C-style character string of the cause of the exception.
Command Manager which can delegate commands to a hook library.
Command Manager for Control Agent.
boost::shared_ptr< const Element > ConstElementPtr
This is a base class for exceptions thrown from the DNS library module.
Defines the logger used by the top-level component of kea-lfc.
CommandForwardingError(const char *file, size_t line, const char *what)