Execute Java Code

This alert notification action allows you to implement your alert notification actions using Java code. It executes the my_alert_notification.$domainName.$alertNotifyType.$alertNotifyCol command in your Custom Command Handler and passes the row from the alert table that corresponds to the alert.

This action can only be added once per notification type. In addition to selecting this action the Configuration Application you must also modify the custom command handler to execute the actions for your notification. A sample custom command handler is included under projects/custom. It prints the alert notification to the console. You will modify this command handler to implement your own notification actions.

Make the following entries:

Note that if you can only have one custom command handler per Data Server, so changing these settings for one notification event will change them for the rest of the notification events.