Groovy Documentation

org.linkedin.glu.orchestration.engine.action.descriptor
[Java] Interface AgentURIProvider


public interface AgentURIProvider

Authors:
yan@pongasoft.com


Method Summary
java.net.URI findAgentURI(java.lang.String fabric, java.lang.String agent)

@return the agent uri given the agent name or null if not found (no exception!)

java.net.URI getAgentURI(java.lang.String fabric, java.lang.String agent)

@return the agent uri given the agent name

 

Method Detail

findAgentURI

public java.net.URI findAgentURI(java.lang.String fabric, java.lang.String agent)
Returns:
the agent uri given the agent name or null if not found (no exception!)


getAgentURI

public java.net.URI getAgentURI(java.lang.String fabric, java.lang.String agent)
throws:
NoSuchAgentException if agent cannot be found
Returns:
the agent uri given the agent name


 

Groovy Documentation