public interface AutoDisablingScriptStrategy
ScriptingLanguagesService when obtaining
ScriptExecutable to enable auto-disabling scripts on failure.| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisabled(ScriptExecutable executable)
Checks whether given
ScriptExecutable is disabled. |
void |
onException(java.lang.Exception exception,
ScriptExecutable executable,
java.util.Map<java.lang.String,java.lang.Object> scriptContext)
This method reacts on Exception thrown from
ScriptExecutable. |
void onException(java.lang.Exception exception,
ScriptExecutable executable,
java.util.Map<java.lang.String,java.lang.Object> scriptContext)
ScriptExecutable.boolean isDisabled(ScriptExecutable executable)
ScriptExecutable is disabled.Copyright © 2018 SAP SE. All Rights Reserved.