7 #ifndef NETCONF_CONTROLLER_H
8 #define NETCONF_CONTROLLER_H
85 #endif // NETCONF_CONTROLLER_H
boost::shared_ptr< DControllerBase > DControllerBasePtr
static process::DControllerBasePtr & instance()
Static singleton instance method.
static const char * netconf_app_name_
Defines the application name, this is passed into base class and appears in log statements.
isc::data::ConstElementPtr parseFile(const std::string &name)
Parses the configuration file using Netconf::ParserContext (bison)
static const char * netconf_bin_name_
Defines the executable name.
boost::shared_ptr< NetconfController > NetconfControllerPtr
boost::shared_ptr< const Element > ConstElementPtr
virtual void processSignal(int signum)
Redefined application-level signal processing method.
Process Controller for Netconf Process.
Defines the logger used by the top-level component of kea-dhcp-ddns.
boost::shared_ptr< NetconfProcess > NetconfProcessPtr
Defines a shared pointer to NetconfProcess.
Application Process Interface.
NetconfProcessPtr getNetconfProcess()
Returns pointer to an instance of the underlying process object.
virtual ~NetconfController()
Destructor.