Class: ExecJavaAction

LiveView.AlertRule. ExecJavaAction

new LiveView.AlertRule.ExecJavaAction(settings)

Action that will execute Java code on the LiveView server.
Name Type Description
settings Object optional An object containing initial values for the new ExecJavaAction instance.
Name Type Description
class String optional The Java class name that will perform the action.
parameters Object optional A key-value map of parameters to apply when invoking the action.

Extends

Members

classString

The Java class name that will perform the action.

parametersObject

A key-value map of parameters to apply when invoking the action.

enabledboolean

Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).