notification::type::process_reply (public)
notification::type::process_reply -type_id type_id -reply_id reply_id
Defined in packages/notifications/tcl/notification-type-procs.tcl
The wrapper procedure for processing a given reply. This calls down to the service contract implementation to specifically handle a reply.
- Switches:
- -type_id (required)
- -reply_id (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: # Get the impl key set impl_key [get_impl_key -type_id $type_id] # Dispatch to the notification type specific reply processing set r [acs_sc::invoke -contract NotificationType -operation ProcessReply -call_args [list $reply_id] -impl $impl_key]Generic XQL file: packages/notifications/tcl/notification-type-procs.xql
PostgreSQL XQL file: packages/notifications/tcl/notification-type-procs-postgresql.xql
Oracle XQL file: packages/notifications/tcl/notification-type-procs-oracle.xql