• Publicity: Public Only All

proxy-procs.tcl

Proxy procs

Location:
packages/acs-tcl/tcl/proxy-procs.tcl
Created:
2007-09-17
Author:
Malte Sussdorff, Gustaf Neumann

Procedures in this file

Detailed information

exec (public)

 exec [ -ignorestderr ] [ -- - ] [ args... ]

This is the wrapped version of exec

Switches:
-ignorestderr
(boolean) (optional)
--
(optional)

Partial Call Graph (max 5 caller/called nodes):
%3 test_acs_admin_check_expired_certificates acs_admin_check_expired_certificates (test acs-admin) exec exec test_acs_admin_check_expired_certificates->exec proxy::exec proxy::exec (public) exec->proxy::exec

Testcases:
acs_admin_check_expired_certificates

proxy::exec (public)

 proxy::exec -call call [ -cd cd ] [ -ignorestderr ]

Execute the statement in a proxy instead of normal exec

Switches:
-call
(required)
Call which is passed to the "exec" command
-cd
(optional)
Change to the given directory before executing the command
-ignorestderr
(boolean) (optional)
Boolean value to indicate, whether the stderr output of the exec'ed command should be ignored.

Partial Call Graph (max 5 caller/called nodes):
%3 db_source_sql_file db_source_sql_file (public) proxy::exec proxy::exec db_source_sql_file->proxy::exec exec exec (public) exec->proxy::exec ad_try ad_try (public) proxy::exec->ad_try

Testcases:
No testcase defined.
[ show source ]