public interface IExecJavaAction
| Modifier and Type | Method and 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 
 | 
boolean action(com.streambase.liveview.internal.protocol.jaxb.AlertRule actionRule,
               com.streambase.liveview.internal.protocol.jaxb.AlertRule.Actions.Action action,
               TupleAddedEvent event)
        throws LiveViewException
actionRule - - the rule that caused the actionaction - - This java exection actionevent - - the event that caused the action to be executed.LiveViewException