Interface ExecuteOSCommandAction
- 
- All Superinterfaces:
 AlertRuleAction
public interface ExecuteOSCommandAction extends AlertRuleAction
An action to execute an OS Command.- Since:
 - 2.0
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
AlertRuleAction.ActionType 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCommand()Gets the value of the command property.voidsetCommand(String value)Sets the value of the command property.- 
Methods inherited from interface com.streambase.liveview.client.alert.AlertRuleAction
getActionType, getDescription, isEnabled, setDescription, setEnabled 
 - 
 
 -