Interface SummaryScriptActionMBean

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

public interface SummaryScriptActionMBean extends ScriptActionDelegateFactoryMBean
SummaryDelegateFactory that calls a specified script before and after any logging that the parent Summary 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 SummaryDelegate.

Supported API: true

Extendable: false