ExecJavaAction

LiveView.AlertRule. ExecJavaAction

new ExecJavaAction(settingsopt)

Action that will execute Java code on the LiveView server.
Parameters:
Name Type Attributes Description
settings Object <optional>
An object containing initial values for the new ExecJavaAction instance.
Properties
Name Type Attributes 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

class :String

The Java class name that will perform the action.
Type:
  • String

enabled :boolean

Inherited From:
Flag indicating whether or not the Action is enabled (i.e. currently being used to determine whether or not to fire alerts).
Type:
  • boolean

parameters :Object

A key-value map of parameters to apply when invoking the action.
Type:
  • Object