- Publicity: Public Only All
apm-callback-procs.tcl
Installation procs for email-image management
- Location:
- packages/acs-subsite/tcl/apm-callback-procs.tcl
- Author:
- Miguel Marin <miguelmarin@viaro.net) Viaro Networks (www.viaro.net>
Procedures in this file
- subsite::after_mount (private)
- subsite::after_upgrade (private)
- subsite::before_uninstantiate (private)
- subsite::before_upgrade (private)
- subsite::package_install (private)
Detailed information
subsite::after_mount (private)
subsite::after_mount -package_id package_id -node_id node_id
This is the Tcl proc that is called automatically by the APM whenever a new instance of the subsites application is mounted.
- Switches:
- -package_id (required)
- -node_id (required)
- Author:
- Don Baccus <dhogaza@pacifier.com>
- Created:
- 2003-03-05
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
subsite::after_upgrade (private)
subsite::after_upgrade -from_version_name from_version_name \ -to_version_name to_version_name
After upgrade callback for acs-subsite.
- Switches:
- -from_version_name (required)
- -to_version_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
subsite::before_uninstantiate (private)
subsite::before_uninstantiate -package_id package_id
Delete the application group associated with this subsite.
- Switches:
- -package_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
subsite::before_upgrade (private)
subsite::before_upgrade -from_version_name from_version_name \ -to_version_name to_version_name
Handles upgrade
- Switches:
- -from_version_name (required)
- -to_version_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
subsite::package_install (private)
subsite::package_install
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.