|
Public Member Functions |
|
| PANA_IngressJob (AAA_GroupedJob &g, const char *name="") |
|
virtual int | Schedule (AAA_Job *job, unsigned int backlogSize=1) |
|
virtual int | Schedule () |
|
void | RegisterHandler (AAA_CbFunction1< PANA_Message & > &h) |
|
void | RegisterHandler (AAA_CbFunction1< int > &h) |
|
void | RemoveHandler () |
|
std::string & | Name () |
Protected Attributes |
|
AAA_GroupedJob & | m_Group |
|
AAA_CbFunction1< PANA_Message & > * | m_MsgHandler |
|
AAA_CbFunction1< int > * | m_ErrHandler |
|
std::string | m_Name |