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. 
 | 
Extends
Members
- 
    classString
- 
    
    The Java class name that will perform 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).
- 
    parametersObject
- 
    
    A key-value map of parameters to apply when invoking the action.