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 Summary

    Modifier and Type
    Method
    Description
    boolean
    action(com.streambase.liveview.internal.protocol.jaxb.AlertRule actionRule, com.streambase.liveview.internal.protocol.jaxb.AlertRule.Actions.Action action, TupleAddedEvent event)
    Deprecated.
    Use ExecJavaActionClass
  • Method Details

    • action

      boolean action(com.streambase.liveview.internal.protocol.jaxb.AlertRule actionRule, com.streambase.liveview.internal.protocol.jaxb.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