message flow documentation

Peter Loveman loveman____celion.com
Tue Mar 27 23:56:56 CEST 2001


Frank,
This is exactly what I needed!!!...do you by chance have a simular list
for gets and get-nexts.  I'm guessing they're pretty simular, but if
you've already got a list that'd be great.
Thanks so much for responding,
Peter Loveman
Celion Networks

-----Original Message-----
From: Frank Fock [mailto:Frank.Fock____t-online.de]
Sent: Tuesday, March 27, 2001 11:31 AM
To: Peter Loveman
Cc: Agent++ Mailing List (E-mail)
Subject: Re: message flow documentation


Peter,

Unfortunately, the AGENT++v3.x documentation is still under
construction.
Have you read the AGENT++v2.x documentation? It gives an overview
of the principles behind AGENT++.

Are you interested in how a SNMP message is dispatched by AGENT++?
This could give a brief description for a SET request processing:

1. RequestList::receive
2. Mib::process_request
2.1 Mib::process_set_request
2.2 for all subrequests do
2.2.1 Mib::get_context
2.2.2 Mib::find_managing_object
2.2.3 MibEntry::prepare_set_request
2.2.4 if all ok
2.2.4.1 MibEntry::commit_set_request
2.2.4.1.1 if ok MibEntry::clean_up_set_request
2.2.4.1.2 else MibEntry::undo_set_request
2.2.4.2 else MibEntry:cleanup_set_request
2.3 Mib::finalize
2.3.1 RequestList::answer
2.4 STOP

Regards,
Frank

Peter Loveman wrote:

> Is there a document for agent++ that talks about what the classes do
> (or more importantly how they fit together)? or a general function
> flow that stems from a request for a manager?  I've looked at the docs
> online, and they really don't go into this.  I'm trying to avoid
> reading through the code just to get this level of info.  Any help
> would be greatly appreciated.
>
> Thanks,
> Peter Loveman
> Celion Networks



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.agentpp.org/pipermail/agentpp/attachments/20010327/2ce1168e/attachment.htm 


More information about the AGENTPP mailing list