public class CrewSkdAction extends java.lang.Object implements SKDActionInterface
| Constructor and Description | 
|---|
CrewSkdAction()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Object | 
executeAction(java.lang.Object actionObject)
Execute action 
 | 
void | 
setSKDActionContext(SKDActionContext context)
Sets Context of the action.The context can be accessed in action class to do necessary logic 
 | 
public void setSKDActionContext(SKDActionContext context)
setSKDActionContext in interface SKDActionInterface- - context objectpublic java.lang.Object executeAction(java.lang.Object actionObject)
                               throws java.lang.Exception
SKDActionInterfaceexecuteAction in interface SKDActionInterfaceactionObject - - object on which action has to actSchedulerExceptionjava.lang.Exception