Groovy Documentation

org.linkedin.glu.groovy.utils.concurrent
[Groovy] Class ActionExecution

java.lang.Object
  org.linkedin.glu.groovy.utils.concurrent.FutureTaskExecution
      org.linkedin.glu.groovy.utils.concurrent.FutureExecutionImpl
          org.linkedin.glu.groovy.utils.concurrent.Invocation
              org.linkedin.glu.groovy.utils.concurrent.ActionExecution

class ActionExecution
extends Invocation

Authors:
ypujante@linkedin.com


Field Summary
 
Fields inherited from class FutureTaskExecution
DEFAULT_SUBMITTER, _callable, _future, _onCompletionCallback, _onCompletionCallbackCalled
 
Method Summary
 
Methods inherited from class Invocation
execute, getInvocable, toString
 
Methods inherited from class FutureExecutionImpl
cancel, compareTo, toString
 
Methods inherited from class FutureTaskExecution
cancel, execute, get, get, get, getId, getOnCompletionCallback, isCancelled, isDone, isStarted, run, runAsync, runSync, setId, setOnCompletionCallback, waitForStart
 

Groovy Documentation