reply-sweep-procs.tcl

Notification Reply Sweeps. Procs that make sure that replies are being processed.

Location:
packages/notifications/tcl/reply-sweep-procs.tcl
Created:
2002-06-02
Author:
Ben Adida
CVS Identification:
$Id: reply-sweep-procs.tcl,v 1.9.2.1 2021/03/06 19:36:36 gustafn Exp $

Procedures in this file

Detailed information

notification::reply::sweep::process_all_replies (private)

 notification::reply::sweep::process_all_replies

Go through the replies in the DB and dispatch correctly to the right processor.

Partial Call Graph (max 5 caller/called nodes):
%3 db_dml db_dml (public) db_list_of_lists db_list_of_lists (public) notification::reply::delete notification::reply::delete (public) notification::type::process_reply notification::type::process_reply (public) notification::reply::sweep::process_all_replies notification::reply::sweep::process_all_replies notification::reply::sweep::process_all_replies->db_dml notification::reply::sweep::process_all_replies->db_list_of_lists notification::reply::sweep::process_all_replies->notification::reply::delete notification::reply::sweep::process_all_replies->notification::type::process_reply

Testcases:
No testcase defined.

notification::reply::sweep::scan_all_replies (private)

 notification::reply::sweep::scan_all_replies

Go through all the delivery methods and scan replies for that delivery method.

Partial Call Graph (max 5 caller/called nodes):
%3 db_list db_list (public) notification::delivery::scan_replies notification::delivery::scan_replies (public) notification::reply::sweep::scan_all_replies notification::reply::sweep::scan_all_replies notification::reply::sweep::scan_all_replies->db_list notification::reply::sweep::scan_all_replies->notification::delivery::scan_replies

Testcases:
No testcase defined.
[ show source ]