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):
%3 notification::reply::sweep::process_all_replies notification::reply::sweep::process_all_replies (private) notification::type::process_reply notification::type::process_reply notification::reply::sweep::process_all_replies->notification::type::process_reply acs_sc::invoke acs_sc::invoke (public) notification::type::process_reply->acs_sc::invoke notification::type::get_impl_key notification::type::get_impl_key (public) notification::type::process_reply->notification::type::get_impl_key

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

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