OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
XmppConfigUpdater Class Reference
Collaboration diagram for XmppConfigUpdater:

Public Member Functions

 XmppConfigUpdater (XmppServer *server, BgpConfigManager *config_manager)
 
const BgpGlobalSystemConfigconfig () const
 
void ProcessProtocolConfig (const BgpProtocolConfig *protocol_config, BgpConfigManager::EventType event)
 
void ProcessGlobalSystemConfig (const BgpGlobalSystemConfig *system, BgpConfigManager::EventType event)
 
const string subcluster_name () const
 
void set_subcluster_name (const string &name)
 
uint8_t xmpp_hold_time () const
 
void set_xmpp_hold_time (int hold_time)
 

Private Attributes

XmppServerserver_
 
BgpGlobalSystemConfig config_
 

Detailed Description

Definition at line 128 of file xmpp_server.cc.

Constructor & Destructor Documentation

XmppConfigUpdater::XmppConfigUpdater ( XmppServer server,
BgpConfigManager config_manager 
)
inlineexplicit

Definition at line 130 of file xmpp_server.cc.

Here is the call graph for this function:

Member Function Documentation

const BgpGlobalSystemConfig& XmppConfigUpdater::config ( ) const
inline

Definition at line 141 of file xmpp_server.cc.

void XmppConfigUpdater::ProcessGlobalSystemConfig ( const BgpGlobalSystemConfig system,
BgpConfigManager::EventType  event 
)
inline

Definition at line 152 of file xmpp_server.cc.

Here is the call graph for this function:

void XmppConfigUpdater::ProcessProtocolConfig ( const BgpProtocolConfig protocol_config,
BgpConfigManager::EventType  event 
)
inline

Definition at line 143 of file xmpp_server.cc.

Here is the call graph for this function:

void XmppConfigUpdater::set_subcluster_name ( const string &  name)
inline

Definition at line 187 of file xmpp_server.cc.

void XmppConfigUpdater::set_xmpp_hold_time ( int  hold_time)
inline

Definition at line 192 of file xmpp_server.cc.

const string XmppConfigUpdater::subcluster_name ( ) const
inline

Definition at line 186 of file xmpp_server.cc.

uint8_t XmppConfigUpdater::xmpp_hold_time ( ) const
inline

Definition at line 191 of file xmpp_server.cc.

Member Data Documentation

BgpGlobalSystemConfig XmppConfigUpdater::config_
private

Definition at line 198 of file xmpp_server.cc.

XmppServer* XmppConfigUpdater::server_
private

Definition at line 197 of file xmpp_server.cc.


The documentation for this class was generated from the following file: