Groovy Documentation

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


interface AgentContext

Represents the agent context


Method Summary
Clock getClock()

MOP getMop()

Shell getRootShell()

Shell getShellForCommands()

Shell getShellForScripts()

 

Method Detail

getClock

Clock getClock()


getMop

MOP getMop()


getRootShell

Shell getRootShell()


getShellForCommands

Shell getShellForCommands()


getShellForScripts

Shell getShellForScripts()


 

Groovy Documentation