callback::subsite::parameter_changed::impl::xotcl-request-monitor (private)
callback::subsite::parameter_changed::impl::xotcl-request-monitor \ -package_id package_id -parameter parameter -value value
Defined in packages/xotcl-request-monitor/tcl/callback-procs.tcl
Implementation of subsite::parameter_changed for xotcl-request-monitor
- Switches:
- -package_id (required)
- the package_id of the package the parameter was changed for
- -parameter (required)
- the parameter name
- -value (required)
- the new value
- Author:
- Nima Mazloumi <nima.mazloumi@gmx.de>
- Created:
- 2005-08-17
- See Also:
- package::set_value
- callback::subsite::parameter_changed::contract
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: ::callback::subsite::parameter_changed::contract__arg_parser {*}$args if {$package_id == [apm_package_id_from_key "xotcl-request-monitor"]} { ns_log debug "subsite::parameter_changed -impl xotcl-request-monitor changing $parameter to $value" # # Just update these parameters, which are defined in the throttle thread. # if {[throttle do info commands $parameter] ne ""} { throttle do $parameter update $value } }XQL Not present: Generic, PostgreSQL, Oracle