apm_assert_callback_type_supported (public)

 apm_assert_callback_type_supported type

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

Throw an error if the given callback type is not supported.

Parameters:
type
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 apm_get_callback_proc apm_get_callback_proc (public) apm_assert_callback_type_supported apm_assert_callback_type_supported apm_get_callback_proc->apm_assert_callback_type_supported apm_remove_callback_proc apm_remove_callback_proc (public) apm_remove_callback_proc->apm_assert_callback_type_supported apm_set_callback_proc apm_set_callback_proc (public) apm_set_callback_proc->apm_assert_callback_type_supported apm_callback_type_supported_p apm_callback_type_supported_p (public) apm_assert_callback_type_supported->apm_callback_type_supported_p apm_supported_callback_types apm_supported_callback_types (public) apm_assert_callback_type_supported->apm_supported_callback_types

Testcases:
No testcase defined.
Source code:
    if { ![apm_callback_type_supported_p $type]  } {
        error "The supplied callback type $type is not supported. Supported types are: [apm_supported_callback_types]"
    }
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

[ hide source ] | [ make this the default ]
Show another procedure: