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

#include <agent_sandesh.h>

Collaboration diagram for AgentSandeshManager:

Classes

struct  PageRequest
 

Public Member Functions

 AgentSandeshManager (Agent *agent)
 
 ~AgentSandeshManager ()
 
void Init ()
 
void Shutdown ()
 
void AddPageRequest (const std::string &key, const std::string &context)
 
bool Run (PageRequest req)
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (AgentSandeshManager)
 

Private Attributes

Agentagent_
 
WorkQueue< PageRequestpage_request_queue_
 

Detailed Description

Definition at line 50 of file agent_sandesh.h.

Constructor & Destructor Documentation

AgentSandeshManager::AgentSandeshManager ( Agent agent)

Definition at line 803 of file agent_sandesh.cc.

AgentSandeshManager::~AgentSandeshManager ( )

Definition at line 810 of file agent_sandesh.cc.

Member Function Documentation

void AgentSandeshManager::AddPageRequest ( const std::string &  key,
const std::string &  context 
)

Definition at line 820 of file agent_sandesh.cc.

AgentSandeshManager::DISALLOW_COPY_AND_ASSIGN ( AgentSandeshManager  )
private
void AgentSandeshManager::Init ( )

Definition at line 813 of file agent_sandesh.cc.

bool AgentSandeshManager::Run ( PageRequest  req)

Definition at line 825 of file agent_sandesh.cc.

Here is the call graph for this function:

void AgentSandeshManager::Shutdown ( )

Definition at line 816 of file agent_sandesh.cc.

Member Data Documentation

Agent* AgentSandeshManager::agent_
private

Definition at line 74 of file agent_sandesh.h.

WorkQueue<PageRequest> AgentSandeshManager::page_request_queue_
private

Definition at line 75 of file agent_sandesh.h.


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