Interface NotificationScriptActionMBean

All Superinterfaces:
ScriptActionDelegateFactoryMBean, SelfEmailingMBean
All Known Implementing Classes:
NotificationScriptAction

public interface NotificationScriptActionMBean extends ScriptActionDelegateFactoryMBean
NotificationHandlerDelegateFactory that calls a specified script before and after any logging and/or e-mailing that the parent NotificationHandler MBean would normally perform. The script can be specified by a text string(via the Script attribute) and/or by one or more files. The files are evaluated first (and in order) followed by the string, if one is specified.

By default, Script attribute contains a sample script for use as a starting point. For more information, see NotificationHandlerDelegate.

Supported API: true

Extendable: false