apm_load_any_changed_libraries (public)

 apm_load_any_changed_libraries [ -version_files version_files ] \
    [ errorVarName ]

Defined in packages/acs-tcl/tcl/apm-procs.tcl

In the running interpreter, reloads files marked for reload by apm_mark_version_for_reload. If any watches are set, examines watched files to see whether they need to be reloaded as well. This is intended to be called only by the request processor (since it should be invoked before any filters or registered procedures are applied).

Switches:
-version_files
(optional)
Parameters:
errorVarName (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-admin/www/apm/version-reload.tcl packages/acs-admin/ www/apm/version-reload.tcl apm_load_any_changed_libraries apm_load_any_changed_libraries packages/acs-admin/www/apm/version-reload.tcl->apm_load_any_changed_libraries apm_get_changed_watched_files apm_get_changed_watched_files (private) apm_load_any_changed_libraries->apm_get_changed_watched_files apm_package_reload_cmds apm_package_reload_cmds (private) apm_load_any_changed_libraries->apm_package_reload_cmds

Testcases:
No testcase defined.
[ show source ]
Show another procedure: