apm_supported_callback_types (public)
apm_supported_callback_types
Defined in packages/acs-tcl/tcl/apm-procs.tcl
Gets the list of package callback types that are supported by the system. Each callback type represents a certain event or time when a Tcl procedure should be invoked, such as after-install
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- apm__test_info_file, apm__test_callback_get_set, apm__test_callback_invoke
Source code: return { before-install after-install before-upgrade after-upgrade before-uninstall after-instantiate before-uninstantiate after-mount before-unmount }Generic XQL file: packages/acs-tcl/tcl/apm-procs.xql
PostgreSQL XQL file: packages/acs-tcl/tcl/apm-procs-postgresql.xql
Oracle XQL file: packages/acs-tcl/tcl/apm-procs-oracle.xql