Groovy Documentation

org.linkedin.glu.agent.impl.script
[Groovy] Class Invocation

java.lang.Object
  org.linkedin.glu.agent.impl.script.FutureExecutionImpl
      org.linkedin.glu.agent.impl.script.Invocation

class Invocation
extends FutureExecutionImpl

Authors:
ypujante@linkedin.com


Property Summary
java.lang.String action

java.lang.Object actionArgs

java.lang.Object source

 
Method Summary
java.lang.Object execute()

java.lang.Object getScript()

java.lang.String toString()

 
Methods inherited from class FutureExecutionImpl
cancel, compareTo, execute, get, get, get, isCancelled, isDone, run, toString
 

Property Detail

action

java.lang.String action


actionArgs

java.lang.Object actionArgs


source

java.lang.Object source


 
Method Detail

execute

java.lang.Object execute()


getScript

java.lang.Object getScript()


toString

java.lang.String toString()


 

Groovy Documentation