OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NexthopManager Class Reference

#include <nexthop_manager.h>

Collaboration diagram for NexthopManager:

Public Member Functions

 NexthopManager (EventManager *evm, const std::string &endpoint)
 
 ~NexthopManager ()
 
void Initialize (DB *database)
 
void Terminate ()
 

Private Member Functions

void EventObserver (DBTablePartBase *db_part, DBEntryBase *entry)
 
 DISALLOW_COPY_AND_ASSIGN (NexthopManager)
 

Private Attributes

EventManagerevm_
 
DBTableBasenh_table_
 
DBTableBase::ListenerId nh_listener_
 
boost::scoped_ptr
< NexthopDBServer
nh_server_
 

Detailed Description

Definition at line 55 of file nexthop_manager.h.

Constructor & Destructor Documentation

NexthopManager::NexthopManager ( EventManager evm,
const std::string &  endpoint 
)

Definition at line 16 of file nexthop_manager.cc.

NexthopManager::~NexthopManager ( )

Definition at line 22 of file nexthop_manager.cc.

Member Function Documentation

NexthopManager::DISALLOW_COPY_AND_ASSIGN ( NexthopManager  )
private
void NexthopManager::EventObserver ( DBTablePartBase db_part,
DBEntryBase entry 
)
private

Definition at line 43 of file nexthop_manager.cc.

Here is the call graph for this function:

void NexthopManager::Initialize ( DB database)

Definition at line 27 of file nexthop_manager.cc.

Here is the call graph for this function:

void NexthopManager::Terminate ( )

Definition at line 37 of file nexthop_manager.cc.

Here is the call graph for this function:

Member Data Documentation

EventManager* NexthopManager::evm_
private

Definition at line 72 of file nexthop_manager.h.

DBTableBase::ListenerId NexthopManager::nh_listener_
private

Definition at line 74 of file nexthop_manager.h.

boost::scoped_ptr<NexthopDBServer> NexthopManager::nh_server_
private

Definition at line 76 of file nexthop_manager.h.

DBTableBase* NexthopManager::nh_table_
private

Definition at line 73 of file nexthop_manager.h.


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