Groovy Documentation

org.linkedin.glu.agent.impl.script
[Groovy] Interface AgentContext


interface AgentContext

Represents the agent context


Method Summary
Clock getClock()

MOP getMop()

Shell getShellForCommands()

Shell getShellForScripts()

 

Method Detail

getClock

Clock getClock()


getMop

MOP getMop()


getShellForCommands

Shell getShellForCommands()


getShellForScripts

Shell getShellForScripts()


 

Groovy Documentation