Class DynamicSourceExecutableScript


  • public class DynamicSourceExecutableScript
    extends DynamicExecutableScript
    A script which source code is dynamically determined during the execution. Therefore it has to be executed in the context of an atomic operation.
    Author:
    Sebastian Menski
    • Constructor Detail

      • DynamicSourceExecutableScript

        public DynamicSourceExecutableScript​(java.lang.String language,
                                             Expression scriptSourceExpression)