notification::delivery::scan_replies (public)

 notification::delivery::scan_replies \
    -delivery_method_id delivery_method_id

Defined in packages/notifications/tcl/delivery-method-procs.tcl

scan for replies. Every delivery method allows for replies. This is the wrapper proc that indicates to the delivery method service contract implementation that it's time to scan for replies.

Switches:
-delivery_method_id (required)

Testcases:
No testcase defined.
Source code:
    # Get the implementation key
    set impl_key [get_impl_key -delivery_method_id $delivery_method_id]

    # Prepare the arguments
    set args [list]

    # ns_log Notice "NOTIF-DELIV-METHOD: about to call acs_sc on $impl_key"

    # Make the generic call
    return [acs_sc::invoke -contract NotificationDeliveryMethod -operation ScanReplies -call_args $args -impl $impl_key]
Generic XQL file:
packages/notifications/tcl/delivery-method-procs.xql

PostgreSQL XQL file:
packages/notifications/tcl/delivery-method-procs-postgresql.xql

Oracle XQL file:
packages/notifications/tcl/delivery-method-procs-oracle.xql

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