Groovy Documentation

org.linkedin.glu.orchestration.engine.core.action.execution
[Groovy] Class ClosureActionExecution

java.lang.Object
  org.linkedin.glu.orchestration.engine.core.action.execution.ClosureActionExecution
All Implemented Interfaces:
ActionExecution

class ClosureActionExecution

Authors:
yan@pongasoft.com


Property Summary
groovy.lang.Closure actionClosure

ActionDescriptor actionDescriptor

 
Method Summary
java.lang.Object call()

 
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()
 

Property Detail

actionClosure

groovy.lang.Closure actionClosure


actionDescriptor

ActionDescriptor actionDescriptor


 
Method Detail

call

@Override
java.lang.Object call()


 

Groovy Documentation