Groovy Documentation

org.linkedin.glu.orchestration.engine.action.execution
[Java] Class ActionDescriptorStepExecutor

java.lang.Object
  org.linkedin.glu.orchestration.engine.action.execution.ActionDescriptorStepExecutor
All Implemented Interfaces:
ILeafStepExecutor

public class ActionDescriptorStepExecutor

Authors:
yan@pongasoft.com


Constructor Summary
ActionDescriptorStepExecutor()

Constructor

 
Method Summary
java.lang.Object executeLeafStep(LeafStep leafStep)

ActionExecutionFactory getActionExecutionFactory()

void setActionExecutionFactory(ActionExecutionFactory actionExecutionFactory)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

ActionDescriptorStepExecutor

public ActionDescriptorStepExecutor()
Constructor


 
Method Detail

executeLeafStep

@Override
public java.lang.Object executeLeafStep(LeafStep leafStep)


getActionExecutionFactory

public ActionExecutionFactory getActionExecutionFactory()


setActionExecutionFactory

@Initializer(required = true)
public void setActionExecutionFactory(ActionExecutionFactory actionExecutionFactory)


 

Groovy Documentation