Groovy Documentation

org.linkedin.glu.provisioner.impl.agent
[Groovy] Interface IAgentDescriptor


interface IAgentDescriptor

Provides access to agent information author: Riccardo Ferretti created: Aug 24, 2009


Method Summary
java.lang.String getHost()

The host of the agent

java.util.Map getInstallations()

Return the installations present on the agent

void withAgent(groovy.lang.Closure cl)

Executes the closure, providing an agent to it

 

Method Detail

getHost

java.lang.String getHost()
The host of the agent


getInstallations

java.util.Map getInstallations()
Return the installations present on the agent


withAgent

void withAgent(groovy.lang.Closure cl)
Executes the closure, providing an agent to it


 

Groovy Documentation