An action that will execute a java action on the server. Note that this requires expressed privileges, and possibly authentication.

Namespace: StreamBase.LiveView.API.Alerts
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface IExecuteJavaAction : IAlertRuleAction
Public Interface IExecuteJavaAction _
	Inherits IAlertRuleAction
public interface class IExecuteJavaAction : IAlertRuleAction

Members

      
 All Members  Properties  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ActionType
The type of action that will be taken when the alert fires.
(Inherited from IAlertRuleAction.)
Clazz
The Java class name of the action to execute.
Description
The description text for this alert rule.
(Inherited from IAlertRuleAction.)
IsEnabled
Whether this action is currently enabled.
(Inherited from IAlertRuleAction.)
Parameters
The map of parameters. Note that this is the live Map, not a checkpoint, so you can add, remove, and modify the elements in the map and these changes will be saved.

See Also