Annotation Interface ControlTask
A control task is a method that can be invoked on a ConfigurationItem, to perform some action.
 For instance, that starting or stopping of a Container.
 
A @ControlTask method should adhere to the following rules:
- take either no parameters or a 
.Map<String, String> - return a 
List<Step> 
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescription - 
Field Summary
Fields 
- 
Field Details
- 
DEFAULT_DELEGATE
- See Also:
 
 
 - 
 - 
Element Details