Groovy Documentation

org.linkedin.glu.orchestration.engine.action.execution
[Java] Interface ActionExecution


public interface ActionExecution
extends java.util.concurrent.Callable

Authors:
yan@pongasoft.com


Method Summary
ActionDescriptor getActionDescriptor()

 
Methods inherited from interface java.util.concurrent.Callable
java.util.concurrent.Callable#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()
 

Method Detail

getActionDescriptor

public ActionDescriptor getActionDescriptor()


 

Groovy Documentation