Groovy Documentation

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

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

class TimerExecution
extends FutureExecutionImpl

Authors:
ypujante@linkedin.com


Property Summary
Timespan frequency

java.lang.Object source

java.lang.String timer

 
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

frequency

Timespan frequency


source

java.lang.Object source


timer

java.lang.String timer


 
Method Detail

execute

java.lang.Object execute()


getScript

java.lang.Object getScript()


toString

java.lang.String toString()


 

Groovy Documentation