Package wt.jmx.core.mbeans
Interface NotificationScriptActionMBean
- All Superinterfaces:
ScriptActionDelegateFactoryMBean,SelfEmailingMBean
- All Known Implementing Classes:
NotificationScriptAction
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
-
Method Summary
Methods inherited from interface wt.jmx.core.mbeans.ScriptActionDelegateFactoryMBean
addScriptFileRef, addScriptFileRef, assignScript, clearScriptFileRefs, getAvailableScriptEngines, getRefreshIntervalSeconds, getScript, getScriptEngineShortName, getScriptException, getScriptFileRefs, refresh, removeScriptFileRef, setRefreshIntervalSeconds, setScriptEngineShortName, setScriptFileRefMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean