ms::Graph object method run_donecallback (public)

 ms::Graph[i] run_donecallback serialized_app_obj location callback

Defined in packages/xooauth/tcl/ms-procs.tcl

Helper method for running callbacks. In general, we cannot rely that the interface object (typically ms::app) exists also in the job-queue, where atjobs are executed. Therefore, the class method receives everything to reconstruct the used interface object.

Parameters:
serialized_app_obj
location
callback

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
set name [eval $serialized_app_obj]
#ns_log notice "serialized_app_obj $serialized_app_obj ===> $name"
$name run_donecallback $location $callback
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: