Interface IExecJavaAction


  • public interface IExecJavaAction
    Deprecated.
    Classes that implement IExecJavaAction can be the target of Alert actions. The implementing class is constructed for each new Action, so no state can be maintained in this class.
    • Method Detail

      • action

        boolean action​(AlertRule actionRule,
                       AlertRule.Actions.Action action,
                       TupleAddedEvent event)
                throws LiveViewException
        Deprecated.
        Use ExecJavaActionClass
        action
        Parameters:
        actionRule - - the rule that caused the action
        action - - This java exection action
        event - - the event that caused the action to be executed.
        Returns:
        true if action completed without error. False otherwise.
        Throws:
        LiveViewException