OpenSDN source code
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::AgentSandeshManager ( Agent agent)

Definition at line 806 of file agent_sandesh.cc.

◆ ~AgentSandeshManager()

AgentSandeshManager::~AgentSandeshManager ( )

Definition at line 813 of file agent_sandesh.cc.

Member Function Documentation

◆ AddPageRequest()

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

Definition at line 823 of file agent_sandesh.cc.

◆ DISALLOW_COPY_AND_ASSIGN()

AgentSandeshManager::DISALLOW_COPY_AND_ASSIGN ( AgentSandeshManager  )
private

◆ Init()

void AgentSandeshManager::Init ( )

Definition at line 816 of file agent_sandesh.cc.

◆ Run()

bool AgentSandeshManager::Run ( PageRequest  req)

Definition at line 828 of file agent_sandesh.cc.

Here is the call graph for this function:

◆ Shutdown()

void AgentSandeshManager::Shutdown ( )

Definition at line 819 of file agent_sandesh.cc.

Member Data Documentation

◆ agent_

Agent* AgentSandeshManager::agent_
private

Definition at line 74 of file agent_sandesh.h.

◆ page_request_queue_

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: